From 03465cbaf6caa1251c379fa8cbb5fddd046e720a Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 14 Jun 2020 21:50:30 +0200 Subject: [PATCH] correct mistake --- zsh/.zshrc.d/prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}