tree alias is incorrect
grossen opened this issue · 1 comments
grossen commented
in exa/exa.plugin.zsh:
alias tree='ll -tree --level=2'
should become:
alias tree='ll --tree --level=2'
mamaraddio commented
Thanks, I'm going to fix it
grossen opened this issue · 1 comments
in exa/exa.plugin.zsh:
alias tree='ll -tree --level=2'
should become:
alias tree='ll --tree --level=2'
Thanks, I'm going to fix it