From d0c92e27c0db4f86a806063b365734304874ceee Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 28 Aug 2009 23:29:56 +0200 Subject: completion: Don't use eval fuckup when setting hosts --- etc/completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/completion') 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 -- cgit v1.2.3