zsh alias tree for exa

This commit is contained in:
thek4n 2024-11-19 11:27:53 +03:00
parent c4f2513cf5
commit 7fee966adf

View File

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