[sexy theme] remove extra reset which finds its way into stdout

Stray sgr0 was emitted to stdout, corrupting application output.
pull/261/head
Matt Griffin 2014-03-05 21:24:59 -05:00 committed by Hector Rivas
parent 38070526b3
commit 42bd17842e
1 changed files with 0 additions and 1 deletions

View File

@ -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)