summaryrefslogtreecommitdiff
path: root/home/xyz/.bashrc
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-09-20 00:57:37 -0700
committerxyz <gky44px1999@gmail.com>2022-09-20 00:57:37 -0700
commited2cfd30dd5ee6fa96a921ba2dea82daa456eaef (patch)
treedfbe98187d444207854669083424bca459830504 /home/xyz/.bashrc
parenta5ae6342715a4eeae55e45e35c94cc5db5b5657e (diff)
better expansion
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 52e36d46..bccad14f 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -66,7 +66,7 @@ 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'
+alias e='"$PAGER"'
# https://superuser.com/a/1202867
alias fdu="find . -maxdepth 1 -execdir du -sh '{}' \+ | sort -h"
alias g=git