summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-02-23 22:45:02 -0800
committerXiao Pan <gky44px1999@gmail.com>2024-03-01 15:51:15 -0800
commitc9c02beb5f6f56dc25cf1586582d6f8b059de1bb (patch)
tree9021cac4b28d0b5e43b4082cb2da54dbe8bbad0c /home
parent4acf93e20745fd95cb023e99b9c330852811b938 (diff)
tree ignore .git dir
Diffstat (limited to 'home')
-rw-r--r--home/xyz/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index a891cf2d..a61b6455 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -120,7 +120,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'