correct mistake

This commit is contained in:
vincent 2020-06-14 21:50:30 +02:00
parent a1daf95e1c
commit 03465cbaf6

View File

@ -12,7 +12,7 @@ if [ $TERM != "linux" ]; then
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(ssh context dir rbenv vcs)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status virtualenv root_indicator background_jobs history time)
else
i ZSH_THEME="rkj-repos"
ZSH_THEME="rkj-repos"
eval `dircolors ~/.dircolors/dircolors.ansi-dark`
fi
zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}