diff options
author | xyz <gky44px1999@gmail.com> | 2022-07-27 18:03:43 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-07-27 18:03:43 -0700 |
commit | def64f586c649d8ff81304df97e97e99e2cbd9c3 (patch) | |
tree | f52185d5016d295e216590f9285336d54fde0b85 /home/xyz/.bashrc | |
parent | 9a015afbfe95922ece7b62ef523e7d941c4deec2 (diff) |
refactor
Diffstat (limited to 'home/xyz/.bashrc')
-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 e9d94a67..dd06b90e 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -62,7 +62,7 @@ alias watch='watch -c ' # different name # /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 b='lsblk -T=KNAME -o KNAME,FSTYPE,FSVER,LABEL,UUID,FSAVAIL,FSUSED,FSUSE%,MOUNTPOINTS' +alias b='lsblk -o NAME,FSTYPE,FSVER,LABEL,UUID,FSAVAIL,FSUSED,FSUSE%,MOUNTPOINTS' alias c=cfg alias d='\sdcv --color' alias e='$PAGER' @@ -71,7 +71,7 @@ alias fdu="sudo find . -maxdepth 1 -execdir du -sh '{}' \+ | sort -h" alias g=git alias l='\ls --color=auto -A --group-directories-first' alias ll='\ls --color=auto -lAh --group-directories-first' -alias m=man +alias m='man ' alias p=pacman alias pt=pactree alias pu=paru |