aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions b/functions
index acbea4d..8b5ecf1 100644
--- a/functions
+++ b/functions
@@ -30,6 +30,8 @@ if [ -n "${TERM_COLORS}" ]; then
[ "${TERM_COLORS}" -lt 8 ] && USECOLOR=""
;;
esac
+else
+ USECOLOR=""
fi
unset TERM_COLORS