diff --git a/zsh/.zshrc.d/prompt b/zsh/.zshrc.d/prompt index 8541240..453be3d 100644 --- a/zsh/.zshrc.d/prompt +++ b/zsh/.zshrc.d/prompt @@ -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}