From: Joerg Jaspert Date: Sun, 5 May 2013 21:59:00 +0000 (+0200) Subject: fix host completion X-Git-Url: https://git.ganneff.de//index.cgi?p=zsh.git;a=commitdiff_plain;h=97f355a307d96dc377fd89d948854fef3f265a61 fix host completion --- diff --git a/.zsh/45_Completion.zsh b/.zsh/45_Completion.zsh index 43c552a..5bd073b 100644 --- a/.zsh/45_Completion.zsh +++ b/.zsh/45_Completion.zsh @@ -95,21 +95,24 @@ if is42; then [[ -r ~/.ssh/debian_known_hosts ]] && _ssh_debian_hosts=(${${${${(f)"$(<$HOME/.ssh/debian_known_hosts)"}:#[\|]*}%%\ *}%%,*}) || _ssh_debian_hosts=() [[ -r /etc/ssh/ssh_known_hosts ]] && _ssh_etc_hosts=(${${${${(f)"$(