ignore .git in tree output

This commit is contained in:
MorganGeek 2020-07-13 15:57:41 +02:00
parent 4d5bfeeb49
commit 38ffbd2250

View File

@ -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