Merge pull request #791 from Rush/patch-1
Fix bold font to make simple theme really simple
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user