commit | da4b526c596f99df54a5a6328adc84ce082ad972 | [log] [tgz] |
---|---|---|
author | Mark Szymanski <mrman208@me.com> | 周日 10月 17 14:36:30 2010 -0500 |
committer | Mark Szymanski <mrman208@me.com> | 周日 10月 17 14:36:30 2010 -0500 |
tree | 00ba3082ea7e97f792600378b9ecb61c5f509169 | |
parent | 46ba431f2ac04bfe83b05426cd7a4aa889197186 [diff] [blame] |
Fixed bug where everything was bolded after failed command
diff --git a/themes/minimal/minimal.theme.bash b/themes/minimal/minimal.theme.bash index a30c629..e70165d 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="${bold_red}\W ${reset_color}" + PS1="${bold_red}\W ${normal}" fi }