diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Base/Core/_setup | 2 |
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 |