about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-05-28 16:01:01 +0000
committerClint Adams <clint@users.sourceforge.net>2001-05-28 16:01:01 +0000
commitda9fa61207511db0790d7cbb80c1577c205ebcd4 (patch)
treee6578195d5759a322a478e3280903ad68cf4b56e /Completion
parent1d5fbf228d4c40432a1d5dcc27dad0c20d9dbcd7 (diff)
downloadzsh-da9fa61207511db0790d7cbb80c1577c205ebcd4.tar.gz
zsh-da9fa61207511db0790d7cbb80c1577c205ebcd4.tar.xz
zsh-da9fa61207511db0790d7cbb80c1577c205ebcd4.zip
14509: ZLS_COLOURS/ZLS_COLORS consistency
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Base/Core/_setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Base/Core/_setup b/Completion/Base/Core/_setup
index 0eed7b7cb..d85ebb885 100644
--- a/Completion/Base/Core/_setup
+++ b/Completion/Base/Core/_setup
@@ -20,7 +20,7 @@ if zstyle -a ":completion:${curcontext}:$1" list-colors val; then
 #   ZLS_COLORS="$ZLS_COLORS$ZLS_COLOURS"
 
 elif [[ "$1" = default ]]; then
-  unset ZLS_COLORS
+  unset ZLS_COLORS ZLS_COLOURS
 fi
 
 if zstyle -t ":completion:${curcontext}:$1" list-packed; then