From 1a57fcba0bcf13fcd0b99a14619e4e8992b52c58 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Wed, 18 Jul 2012 17:34:49 +0200 Subject: USECOLOR: default to 'yes' rather than 'no' Signed-off-by: Tom Gundersen --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') diff --git a/functions b/functions index 6f29a6f..b231eca 100644 --- a/functions +++ b/functions @@ -723,7 +723,7 @@ else fi # set colors -if [[ $USECOLOR = [yY][eE][sS] ]]; then +if [[ $USECOLOR != [nN][oO] ]]; then if tput setaf 0 &>/dev/null; then C_CLEAR=$(tput sgr0) # clear text C_MAIN=${C_CLEAR}$(tput bold) # main text -- cgit v1.2.3