From 38ffbd2250bd8eb13015e156208fa15f3704cab3 Mon Sep 17 00:00:00 2001 From: MorganGeek Date: Mon, 13 Jul 2020 15:57:41 +0200 Subject: [PATCH] ignore .git in tree output --- dot_aliases/files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_aliases/files.sh b/dot_aliases/files.sh index 3d9a425..5fe6532 100755 --- a/dot_aliases/files.sh +++ b/dot_aliases/files.sh @@ -16,7 +16,7 @@ alias sl=ll alias ls='lsd' alias lsg='ll | grip' # show me files matching "ls grep" alias lh='ls -alt | head' # see the last modified files -alias tree='ls --almost-all --tree' +alias tree='ls --almost-all --tree -I .git' alias x='extract' # Projects shortcuts