From 05fe69e1f0f8513f6c99137c45822357d71efb44 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Fri, 23 Feb 2024 22:45:02 -0800 Subject: tree ignore .git dir --- home/xyz/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') 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 -- cgit v1.2.3-70-g09d2