zsh alias tree for exa
This commit is contained in:
parent
c4f2513cf5
commit
7fee966adf
@ -20,6 +20,8 @@ if command -v exa &>/dev/null; then
|
||||
alias lla='exa --long --all'
|
||||
alias l.='_d() ( cd "${1:-.}" && exa --list-dirs .* ; ); _d'
|
||||
alias ll.='_d() ( cd "${1:-.}" && exa --long --all --list-dirs .* ; ); _d'
|
||||
|
||||
alias tree='exa --tree'
|
||||
fi
|
||||
|
||||
GREP_OPTIONS=(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user