Reverting alterations introduced in 3dc4620320 Moved SCM_NON_CHAR change to theme since it is theme-specific and shouldn't affect all themes.

pull/58/head
JFSIII 2011-06-18 11:55:22 -04:00
parent b5efd9044b
commit ccab485f74
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ SCM_HG_CHAR='☿'
SVN='svn' SVN='svn'
SCM_SVN_CHAR='⑆' SCM_SVN_CHAR='⑆'
SCM_NONE_CHAR='·' SCM_NONE_CHAR=''
RVM_THEME_PROMPT_PREFIX=' |' RVM_THEME_PROMPT_PREFIX=' |'
RVM_THEME_PROMPT_SUFFIX='|' RVM_THEME_PROMPT_SUFFIX='|'

View File

@ -20,6 +20,7 @@ prompt_setter() {
PROMPT_COMMAND=prompt_setter PROMPT_COMMAND=prompt_setter
SCM_NONE_CHAR='·'
SCM_THEME_PROMPT_DIRTY=" ${red}" SCM_THEME_PROMPT_DIRTY=" ${red}"
SCM_THEME_PROMPT_CLEAN=" ${green}" SCM_THEME_PROMPT_CLEAN=" ${green}"
SCM_THEME_PROMPT_PREFIX=" (" SCM_THEME_PROMPT_PREFIX=" ("