zap-zsh/exa

tree alias is incorrect

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