Reset color after pwd

This commit is contained in:
Mark Szymanski 2011-09-03 17:14:11 -05:00
commit c900d2e7ac

View file

@ -3,4 +3,4 @@ ZSH_THEME_GIT_PROMPT_SUFFIX="$fg[cyan])$reset_color"
ZSH_THEME_GIT_PROMPT_DIRTY=" $fg[red]✗$reset_color"
ZSH_THEME_GIT_PROMPT_CLEAN=" $fg[green]✔$reset_color"
PROMPT='$(git_prompt_info) $fg[cyan]%c '
PROMPT='$(git_prompt_info) $fg[cyan]%c$reset_color '