zshrc: fix grmlcomp conditionals, fixup for 220d6ffa
[grml-etc-core.git] / etc / zsh / zshrc
index 60f3711..b369aca 100644 (file)
@@ -901,6 +901,7 @@ function grmlcomp () {
 
         if [[ -r ~/.ssh/known_hosts ]] ; then
             _ssh_hosts=(${${${${(f)"$(<$HOME/.ssh/known_hosts)"}:#[\|]*}%%\ *}%%,*})
+        fi
 
         if [[ -r /etc/hosts ]] && [[ "$NOETCHOSTS" -eq 0 ]] ; then
             : ${(A)_etc_hosts:=${(s: :)${(ps:\t:)${${(f)~~"$(grep -v '^0\.0\.0\.0\|^127\.0\.0\.1\|^::1 ' /etc/hosts)"}%%\#*}##[:blank:]#[^[:blank:]]#}}}