Made color options

This commit is contained in:
George Tsafas 2011-09-22 09:30:55 -04:00
commit 41341f4d6c

View file

@ -9,7 +9,7 @@ RPROMPT='%{$fg_bold[$NCOLOR]%}%n%{$fg_bold[$AT_COLOR]%}@%{$fg_bold[white]%}%m %{
# git theming # git theming
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}::%{$fg_no_bold[white]%}%B" ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[$AT_COLOR]%}::%{$fg_no_bold[white]%}%B"
ZSH_THEME_GIT_PROMPT_SUFFIX="%b%{$fg_bold[blue]%}%{$reset_color%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%b%{$fg_bold[blue]%}%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[green]%} ✔" ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[green]%} ✔"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%} ✗" ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%} ✗"