diff --git a/zinit.zsh b/zinit.zsh index 387f35fb9..8d8fed214 100644 --- a/zinit.zsh +++ b/zinit.zsh @@ -65,6 +65,8 @@ fi if [[ -z ${ZINIT[LIST_COMMAND]} ]]; then if (( ${+commands[exa]} )); then ZINIT[LIST_COMMAND]='exa --color=always --tree --icons -L3' + elif (( ${+commands[eza]} )); then + ZINIT[LIST_COMMAND]='eza --color=always --tree --icons -L3' elif (( ${+commands[tree]} )); then ZINIT[LIST_COMMAND]='tree -L 3 -C --charset utf-8' else