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:
543384a
)
[sexy theme] remove extra reset which finds its way into stdout
author
Matt Griffin
<matt@griffinonline.org>
Thu, 6 Mar 2014 02:24:59 +0000
(21:24 -0500)
committer
Matt Griffin
<matt@griffinonline.org>
Thu, 6 Mar 2014 02:24:59 +0000
(21:24 -0500)
Stray sgr0 was emitted to stdout, corrupting application output.
themes/sexy/sexy.theme.bash
patch
|
blob
|
history
diff --git
a/themes/sexy/sexy.theme.bash
b/themes/sexy/sexy.theme.bash
index
15b9a97
..
b7cbbf0
100644
(file)
--- a/
themes/sexy/sexy.theme.bash
+++ b/
themes/sexy/sexy.theme.bash
@@
-7,7
+7,6
@@
elif [[ $TERM != dumb ]] && infocmp xterm-256color >/dev/null 2>&1; then export
fi
if tput setaf 1 &> /dev/null; then
- tput sgr0
if [[ $(tput colors) -ge 256 ]] 2>/dev/null; then
MAGENTA=$(tput setaf 9)
ORANGE=$(tput setaf 172)