From da9fa61207511db0790d7cbb80c1577c205ebcd4 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Mon, 28 May 2001 16:01:01 +0000 Subject: 14509: ZLS_COLOURS/ZLS_COLORS consistency --- Completion/Base/Core/_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Base') 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 -- cgit 1.4.1