We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d84bb commit e35492fCopy full SHA for e35492f
zinit.zsh
@@ -63,10 +63,10 @@ if [[ -z ${ZINIT[HOME_DIR]} ]]; then
63
fi
64
65
if [[ -z ${ZINIT[LIST_COMMAND]} ]]; then
66
- if (( ${+commands[exa]} )); then
67
- ZINIT[LIST_COMMAND]='exa --color=always --tree --icons -L3'
68
- elif (( ${+commands[eza]} )); then
+ if (( ${+commands[eza]} )); then
69
ZINIT[LIST_COMMAND]='eza --color=always --tree --icons -L3'
+ elif (( ${+commands[exa]} )); then
+ ZINIT[LIST_COMMAND]='exa --color=always --tree --icons -L3'
70
elif (( ${+commands[tree]} )); then
71
ZINIT[LIST_COMMAND]='tree -L 3 -C --charset utf-8'
72
else
0 commit comments