Skip to content

Commit e35492f

Browse files
pschmittHeroCC
andauthored
Update zinit.zsh
Co-authored-by: HeroCC <HeroCC@users.noreply.github.com>
1 parent 30d84bb commit e35492f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

zinit.zsh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ if [[ -z ${ZINIT[HOME_DIR]} ]]; then
6363
fi
6464

6565
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
66+
if (( ${+commands[eza]} )); then
6967
ZINIT[LIST_COMMAND]='eza --color=always --tree --icons -L3'
68+
elif (( ${+commands[exa]} )); then
69+
ZINIT[LIST_COMMAND]='exa --color=always --tree --icons -L3'
7070
elif (( ${+commands[tree]} )); then
7171
ZINIT[LIST_COMMAND]='tree -L 3 -C --charset utf-8'
7272
else

0 commit comments

Comments
 (0)