Merge pull request #791 from Rush/patch-1

Fix bold font to make simple theme really simple
pull/793/head
Nils Winkler 2016-09-26 14:48:59 +08:00 committed by GitHub
commit ad4a72c477
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ case $TERM in
esac esac
function prompt_command() { 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 # scm themeing