From 798fa9cd87d8f1b68b0f1a9711ebc3ad3c2101c2 Mon Sep 17 00:00:00 2001 From: Noah Silas Date: Wed, 18 Apr 2012 14:06:51 -0700 Subject: [PATCH] Correct default assignment for global host completion --- lib/completion.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/completion.zsh b/lib/completion.zsh index b964595ed..d9b2f9053 100644 --- a/lib/completion.zsh +++ b/lib/completion.zsh @@ -32,7 +32,7 @@ zstyle ':completion:*:cd:*' tag-order local-directories directory-stack path-dir cdpath=(.) # use /etc/hosts and known_hosts for hostname completion -[ -r /etc/ssh/ssh_known_hosts ] && _global_ssh_hosts=(${${${${(f)"$(