Merge pull request #1194 from joshbmarshall/master

Fix bold text issue
pull/1199/head
Nils Winkler 2018-05-24 08:12:00 +02:00 committed by GitHub
commit 6d967abbcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
function prompt_command() {
PS1="${green}\u@\h $(clock_prompt) ${reset_color}${white}\w${reset_color}$(scm_prompt_info)${blue}${bold_blue} ${reset_color} ";
PS1="${green}\u@\h $(clock_prompt) ${reset_color}${white}\w${reset_color}$(scm_prompt_info)${blue}${bold_blue} ${reset_color} ${normal}";
}
THEME_CLOCK_COLOR=${THEME_CLOCK_COLOR:-"$blue"}