diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-10-21 23:17:26 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-10-22 00:19:50 -0700 |
commit | 39ab9d4e29c990df65d9ac796d3d2926f350e088 (patch) | |
tree | f46a36343b31f2665b51d1801b35e2c5ecda2aa9 /home/xyz | |
parent | 55e5c5579b6463ca0a399d833d1d199c3ce97bb8 (diff) |
pg is already a bin, switch to e
Diffstat (limited to 'home/xyz')
-rw-r--r-- | home/xyz/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 8a643775..52363bf3 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 @@ -87,7 +88,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' |