Dropped green check, it's not necessary

Only added it when I had the git info in the right prompt because I wanted it
to be a consistent width at all times.
This commit is contained in:
Joshua Sherman 2014-01-20 14:57:28 -05:00
parent 48be72ac10
commit c9f20f7ac5

View file

@ -26,4 +26,4 @@ PROMPT='
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}✗"
ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✔"
ZSH_THEME_GIT_PROMPT_CLEAN=""