summaryrefslogtreecommitdiff
path: root/functions/colors.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/colors.zsh')
-rwxr-xr-xfunctions/colors.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/colors.zsh b/functions/colors.zsh
index 81e96ae1..7befbb2c 100755
--- a/functions/colors.zsh
+++ b/functions/colors.zsh
@@ -80,7 +80,7 @@ function getColorCode() {
echo -n "$1"
fi
# Check if value is none with any case.
- elif [[ $1 = [nN][oO][nN][eE] ]]
+ elif [[ "${(L)1}" == "none" ]]
then
echo -n 'none'
else