diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-02-23 22:45:02 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-03-01 23:51:37 +0000 |
commit | 05fe69e1f0f8513f6c99137c45822357d71efb44 (patch) | |
tree | 414bf6e57afb9553626d64ec3acdc0c7fb49b338 /home | |
parent | c7f738df3852d83efbdde120db3384613c9c2d6b (diff) |
tree ignore .git dir
Diffstat (limited to 'home')
-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 9b643848..16c9ac16 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -112,7 +112,7 @@ alias remind='remind -@' alias rm='rm -I' alias sdcv='sdcv --color' alias shellcheck='shellcheck -x' -alias tree='tree -aC | "$PAGER"' +alias tree='tree -aC -I .git | "$PAGER"' alias uname='uname -a' # depreciated |