summaryrefslogtreecommitdiff
path: root/home/xyz/.bashrc
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-02-23 22:45:02 -0800
committerXiao Pan <gky44px1999@gmail.com>2024-02-23 22:45:02 -0800
commitdc7ae581aa967b18fc943f2cb14ef32da396e24e (patch)
treeff079c429e84f1d2161f95086962143261041240 /home/xyz/.bashrc
parente6937f2a928d0ee1e53a7a8eeffc05991a043dd1 (diff)
tree ignore .git dir
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 dbd68b7b..0811f14f 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -126,7 +126,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'
alias vkmark='vkmark --fullscreen'