Fix bold font to make simple theme really simple

pull/791/head
Damian Kaczmarek 2016-09-23 14:22:09 -05:00 committed by GitHub
parent 569a7a902e
commit b992698380
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ case $TERM in
esac
function prompt_command() {
PS1="${TITLEBAR}${orange}${reset_color}${green}\w${bold_blue}\[\$(scm_prompt_info)\]${reset_color} "
PS1="${TITLEBAR}${orange}${reset_color}${green}\w${bold_blue}\[\$(scm_prompt_info)\]${normal} "
}
# scm themeing