Added reset_color

pull/226/head
Calvin Giles 2013-08-28 23:49:00 +01:00
parent 89738ffa30
commit c8d59b08c3
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
#!/usr/bin/env bash #!/usr/bin/env bash
SCM_NONE_CHAR='' SCM_NONE_CHAR=''
SCM_THEME_PROMPT_DIRTY=" ${red}" SCM_THEME_PROMPT_DIRTY=" ${red}${reset_color}"
SCM_THEME_PROMPT_CLEAN=" ${bold_green}" 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}|" SCM_THEME_PROMPT_SUFFIX="${reset_color}|${reset_color}"
RVM_THEME_PROMPT_PREFIX="|" RVM_THEME_PROMPT_PREFIX="|"