diff options
author | xyz <gky44px1999@gmail.com> | 2022-10-24 00:59:57 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-10-24 00:59:57 -0700 |
commit | a0f1f35e2b11b01e96286438f2f8c3e65beedb12 (patch) | |
tree | a66ad6d15f361a73e38fd52a5faf50f559323816 /home/xyz/.bashrc | |
parent | b5574065c14c4e1f5ca8ca479fc109c691d04fda (diff) |
update
Diffstat (limited to 'home/xyz/.bashrc')
-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 564c9620..c1496c76 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -55,7 +55,7 @@ alias remind='remind -@' alias rm='rm -I' alias sdcv='sdcv --color' alias shellcheck='shellcheck -x' -alias tree='tree -a' +alias tree='tree -aC | "$PAGER"' alias uname='uname -a' alias vkmark='vkmark --fullscreen' alias watch='watch -c ' |