From f7ca3b8e17b2c56f16765a5cbb36358276cc215e Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 26 Mar 2001 09:15:45 +0000 Subject: unset ZLS_COLORS if list-colors not set (13768) --- Completion/Core/_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Core/_setup') diff --git a/Completion/Core/_setup b/Completion/Core/_setup index 11b618c49..0eed7b7cb 100644 --- a/Completion/Core/_setup +++ b/Completion/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 - ZLS_COLORS= + unset ZLS_COLORS fi if zstyle -t ":completion:${curcontext}:$1" list-packed; then -- cgit 1.4.1