Don't depend on \e (see if this fixes color Twinaphex!)

This commit is contained in:
T. Joseph Carter 2015-03-03 14:09:32 -08:00
parent d9cd94cd5f
commit d26f679d75

View File

@ -9,7 +9,7 @@ echo_cmd() {
color() { color() {
[ -n "$NO_COLOR" ] && return [ -n "$NO_COLOR" ] && return
echo -ne "\e[0;${1:-0}m" echo -ne "[0;${1:-0}m"
} }