diff options
author | Clint Adams <clint@users.sourceforge.net> | 2001-05-28 16:01:01 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2001-05-28 16:01:01 +0000 |
commit | da9fa61207511db0790d7cbb80c1577c205ebcd4 (patch) | |
tree | e6578195d5759a322a478e3280903ad68cf4b56e /Completion/Base | |
parent | 1d5fbf228d4c40432a1d5dcc27dad0c20d9dbcd7 (diff) | |
download | zsh-da9fa61207511db0790d7cbb80c1577c205ebcd4.tar.gz zsh-da9fa61207511db0790d7cbb80c1577c205ebcd4.tar.xz zsh-da9fa61207511db0790d7cbb80c1577c205ebcd4.zip |
14509: ZLS_COLOURS/ZLS_COLORS consistency
Diffstat (limited to 'Completion/Base')
-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 |