From 0510e097f31acf722eb29826a1eb3f94413e2f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Theophilo?= Date: Tue, 14 Mar 2017 00:27:36 -0300 Subject: [PATCH] Fixes color when prompt is cleaned --- themes/ziggoto.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/ziggoto.zsh-theme b/themes/ziggoto.zsh-theme index 9737d4e07..a2d5b3200 100644 --- a/themes/ziggoto.zsh-theme +++ b/themes/ziggoto.zsh-theme @@ -5,4 +5,4 @@ PROMPT='%{$fg_bold[green]%}%n@%M%{$reset_color%}:%{$fg_bold[blue]%}%/%{$reset_co ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[yellow]%}git:(%{$fg[red]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}) %{$reset_color%}%(!.#.$)" -ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[yellow]%})"