Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
46ba431
)
Fixed bug where everything was bolded after failed command
author
Mark Szymanski
<mrman208@me.com>
Sun, 17 Oct 2010 19:36:30 +0000
(14:36 -0500)
committer
Mark Szymanski
<mrman208@me.com>
Sun, 17 Oct 2010 19:36:30 +0000
(14:36 -0500)
themes/minimal/minimal.theme.bash
patch
|
blob
|
history
diff --git
a/themes/minimal/minimal.theme.bash
b/themes/minimal/minimal.theme.bash
index
a30c629
..
e70165d
100644
(file)
--- 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="${bold_red}\W ${
reset_color
}"
+ PS1="${bold_red}\W ${
normal
}"
fi
}