commit | 25459a39fc0b0b81c76935b540aeca479d50707c | [log] [tgz] |
---|---|---|
author | Matt Griffin <matt@griffinonline.org> | 周三 3月 05 21:24:59 2014 -0500 |
committer | Matt Griffin <matt@griffinonline.org> | 周三 3月 05 21:24:59 2014 -0500 |
tree | 78dc3f129bee0b8e449d18a231b481f4a02f68d9 | |
parent | 543384aeb4636c7b90b2cad6baf1cd4ce9cbea01 [diff] |
[sexy theme] remove extra reset which finds its way into stdout Stray sgr0 was emitted to stdout, corrupting application output.
diff --git a/themes/sexy/sexy.theme.bash b/themes/sexy/sexy.theme.bash index 15b9a97..b7cbbf0 100644 --- a/themes/sexy/sexy.theme.bash +++ b/themes/sexy/sexy.theme.bash
@@ -7,7 +7,6 @@ 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)