summaryrefslogtreecommitdiff
path: root/home/xyz/.bashrc
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-10-07 22:55:24 -0700
committerxyz <gky44px1999@gmail.com>2022-10-07 22:55:24 -0700
commit1b355ed0fb9ed87711c8e51cab2a5423e17a7f29 (patch)
tree0da2fae9da97c28bf7c5d95a225f66c2a96363d6 /home/xyz/.bashrc
parenta69257e6de974285261f06effcbccc1891d20074 (diff)
.bashrc alias
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r--home/xyz/.bashrc3
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'