need to reset each color chosen
parent
e71e59b047
commit
9422f749bf
|
|
@ -11,7 +11,7 @@ case $TERM in
|
||||||
TITLEBAR=""
|
TITLEBAR=""
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
PROMPT="${TITLEBAR}${reset_color}${bold_green}\w${bold_blue}\$(scm_prompt_info)${reset_color} "
|
PROMPT="${TITLEBAR}${bold_green}\w${reset_color}${bold_blue}\$(scm_prompt_info)${reset_color} "
|
||||||
|
|
||||||
# scm theming
|
# scm theming
|
||||||
SCM_THEME_PROMPT_PREFIX="("
|
SCM_THEME_PROMPT_PREFIX="("
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue