Added reset_color

pull/226/head
Calvin Giles 2013-08-28 23:51:02 +01:00
parent c8d59b08c3
commit 85ed37ceaf
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ SCM_THEME_PROMPT_CLEAN=" ${bold_green}✓${reset_color}"
SCM_THEME_PROMPT_PREFIX=" ${reset_color}|$(scm_char) " SCM_THEME_PROMPT_PREFIX=" ${reset_color}|$(scm_char) "
SCM_THEME_PROMPT_SUFFIX="${reset_color}|${reset_color}" SCM_THEME_PROMPT_SUFFIX="${reset_color}|${reset_color}"
GIT_THEME_PROMPT_DIRTY=" ${red}"
GIT_THEME_PROMPT_CLEAN=" ${bold_green}"
GIT_THEME_PROMPT_PREFIX=" ${green}|"
GIT_THEME_PROMPT_SUFFIX="${reset_color}|${reset_color}"
RVM_THEME_PROMPT_PREFIX="|" RVM_THEME_PROMPT_PREFIX="|"
RVM_THEME_PROMPT_SUFFIX="|" RVM_THEME_PROMPT_SUFFIX="|"