pull/620/head
Dongri Jin 2015-11-27 01:16:20 +09:00
parent 5396bf69a0
commit 5f246cfcac
1 changed files with 2 additions and 2 deletions

View File

@ -5,12 +5,12 @@ light_red="$(color reset red)"
SCM_THEME_PROMPT_DIRTY=" ${bold_red}" SCM_THEME_PROMPT_DIRTY=" ${bold_red}"
SCM_THEME_PROMPT_CLEAN=" ${bold_green}" SCM_THEME_PROMPT_CLEAN=" ${green}"
SCM_THEME_PROMPT_PREFIX=" ${light_blue}scm:(" SCM_THEME_PROMPT_PREFIX=" ${light_blue}scm:("
SCM_THEME_PROMPT_SUFFIX="${light_blue})" SCM_THEME_PROMPT_SUFFIX="${light_blue})"
GIT_THEME_PROMPT_DIRTY=" ${bold_red}" GIT_THEME_PROMPT_DIRTY=" ${bold_red}"
GIT_THEME_PROMPT_CLEAN=" ${bold_green}" GIT_THEME_PROMPT_CLEAN=" ${green}"
GIT_THEME_PROMPT_PREFIX="${light_blue}git:(" GIT_THEME_PROMPT_PREFIX="${light_blue}git:("
GIT_THEME_PROMPT_SUFFIX="${light_blue})" GIT_THEME_PROMPT_SUFFIX="${light_blue})"