Merge pull request #1121 from peh/master

fix simple theme
pull/1122/head
Nils Winkler 2017-12-28 11:55:36 +01:00 committed by GitHub
commit b9e49433c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)\]${normal} " PS1="${TITLEBAR}${orange}${reset_color}${green}\w${bold_blue}\[$(scm_prompt_info)\]${normal} "
} }
# scm themeing # scm themeing