commit | a792e400cc2ba480c5f1e609330b4e12eb45a21b | [log] [tgz] |
---|---|---|
author | Mark Szymanski <mrman208@me.com> | 周日 10月 17 09:57:06 2010 -0500 |
committer | Mark Szymanski <mrman208@me.com> | 周日 10月 17 09:57:06 2010 -0500 |
tree | 216f0455672a6e671dd00f98767b8b11d463ca20 | |
parent | 479bdf200090246b2d7cf4dc44232c151414672e [diff] |
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 @@ if [[ $? -eq 0 ]]; then PS1="\W " else - PS1="${red}\W ${reset_color}" + PS1="${bold_red}\W ${reset_color}" fi }