Merge pull request #1121 from peh/master

fix simple theme
This commit is contained in:
Nils Winkler
2017-12-28 11:55:36 +01:00
committed by GitHub

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)\]${normal} " PS1="${TITLEBAR}${orange}${reset_color}${green}\w${bold_blue}\[$(scm_prompt_info)\]${normal} "
} }
# scm themeing # scm themeing