diff options
author | xyz <gky44px1999@gmail.com> | 2022-10-07 22:55:24 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-10-07 22:55:24 -0700 |
commit | 1b355ed0fb9ed87711c8e51cab2a5423e17a7f29 (patch) | |
tree | 0da2fae9da97c28bf7c5d95a225f66c2a96363d6 /home/xyz/.bashrc | |
parent | a69257e6de974285261f06effcbccc1891d20074 (diff) |
.bashrc alias
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 8fd97acd..afb4d037 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -66,15 +66,16 @@ alias ap='ampy -p /dev/ttyACM0' alias b='lsblk -o NAME,FSTYPE,FSVER,LABEL,UUID,FSAVAIL,FSUSED,FSUSE%,MOUNTPOINTS' alias c=cfg alias d='\sdcv --color' -alias e='"$PAGER"' # https://superuser.com/a/1202867 alias fdu="find . -maxdepth 1 -execdir du -sh '{}' \+ | sort -h" alias g=git +alias gr='\grep --color=auto -iIR' alias l='\ls --color=auto -A --group-directories-first' alias ll='\ls --color=auto -lAh --group-directories-first' alias lpg='loop ping github.com' alias m=man alias p=pacman +alias pg='"$PAGER"' alias pt=pactree alias pu=paru alias qre='qrencode -t utf8i -m 1' |