ignore .git in tree output
This commit is contained in:
parent
4d5bfeeb49
commit
38ffbd2250
@ -16,7 +16,7 @@ alias sl=ll
|
|||||||
alias ls='lsd'
|
alias ls='lsd'
|
||||||
alias lsg='ll | grip' # show me files matching "ls grep"
|
alias lsg='ll | grip' # show me files matching "ls grep"
|
||||||
alias lh='ls -alt | head' # see the last modified files
|
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'
|
alias x='extract'
|
||||||
|
|
||||||
# Projects shortcuts
|
# Projects shortcuts
|
||||||
|
Loading…
Reference in New Issue
Block a user