diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/completion b/etc/completion index 13b8217..15db625 100644 --- a/etc/completion +++ b/etc/completion @@ -43,7 +43,7 @@ zstyle ':completion:*:manuals' separate-sections true zstyle ':completion:*:manuals.*' insert-sections true # $hosts is set from the hosts package -zstyle -e ':completion:*' hosts 'reply=(${(k)hosts})' +zstyle ':completion:*' hosts ${(k)hosts} compinit -C -d $compdump |