summaryrefslogtreecommitdiff
path: root/home/xyz/.bashrc
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-10-21 23:17:26 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-10-22 00:19:30 -0700
commitdc8754d76869cd720f27d7d0416b9de370b13535 (patch)
tree7973d9b1ea94ea6f8b9ce12d3b48f767a2e4a8f2 /home/xyz/.bashrc
parente456e8bf0f5194aee6dd01da706680eccf5f1249 (diff)
pg is already a bin, switch to e
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r--home/xyz/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index 1c543648..8cef803b 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -73,6 +73,7 @@ alias c=cfg
alias cri='curl -Is'
alias crig='curl -Is www.google.com'
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
@@ -88,7 +89,6 @@ alias lop='loop ping'
alias lopd='loop ping 1.1.1.1'
alias m=man
alias p=pacman
-alias pg='"$PAGER"'
alias pt=pactree
alias pu=paru
alias qre='qrencode -t utf8i -m 1'