From 9caa336c457887280485a36332fb832e9fff75c3 Mon Sep 17 00:00:00 2001 From: Sam Dodrill Date: Sat, 12 Oct 2013 09:49:48 -0700 Subject: [PATCH] Show green circle on clean git tree --- themes/niichan.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/niichan.zsh-theme b/themes/niichan.zsh-theme index ca1e87385..a5254abe4 100644 --- a/themes/niichan.zsh-theme +++ b/themes/niichan.zsh-theme @@ -5,4 +5,4 @@ PROMPT='%m %{$fg_bold[magenta]%}%c$(git_prompt_info) %{$fg_bold[green]%}>%{$fg_b ZSH_THEME_GIT_PROMPT_PREFIX=" ($fg_bold[blue]git:%{$fg_bold[green]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[magenta]%}) %{$fg[yellow]%}X%{$reset_color%}" -ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[magenta]%})" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[magenta]%}) %{$fg[green]%}O%{$reset_color%}"