From: Mark Szymanski Date: Sun, 17 Oct 2010 14:57:06 +0000 (-0500) Subject: Small tweak to minimal theme, made the red PS1 text bold. X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=a792e400cc2ba480c5f1e609330b4e12eb45a21b;p=common%2Fbash_it.git Small tweak to minimal theme, made the red PS1 text bold. --- diff --git a/themes/minimal/minimal.theme.bash b/themes/minimal/minimal.theme.bash index 96d0a8b..a30c629 100644 --- a/themes/minimal/minimal.theme.bash +++ b/themes/minimal/minimal.theme.bash @@ -2,7 +2,7 @@ prompt_setter() { if [[ $? -eq 0 ]]; then PS1="\W " else - PS1="${red}\W ${reset_color}" + PS1="${bold_red}\W ${reset_color}" fi }