diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-30 01:04:37 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-30 01:04:37 -0700 |
commit | 6519d0e0cb97b408dfd846a7f271d2030c12764b (patch) | |
tree | c06e76e0d0dc93f504380ec7e41a6bb41174b0f7 /home/xyz | |
parent | 27e8345502cb7c6f7e961c1a9b38fe1001486bb8 (diff) |
refactor
Diffstat (limited to 'home/xyz')
-rw-r--r-- | home/xyz/.bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index ebf8774a..7706e106 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -47,9 +47,9 @@ alias tree='tree -a' # /dev/ttyACM0 can be in config file, or as environmantal variable, see /usr/share/doc/adafruit-ampy/README.md alias ap='sudo ampy -p /dev/ttyACM0' -alias c='cfg' +alias c=cd alias g=git -alias ll='ls -lAh --color=auto --group-directories-first' +alias l='ls -lAh --color=auto --group-directories-first' alias s='sudo ' # https://askubuntu.com/a/22043 alias se='sudo -E ' alias spd='speedtest --no-upload; librespeed-cli --no-upload' |