From: Michael Prokop Date: Mon, 5 Sep 2022 08:17:19 +0000 (+0200) Subject: Merge remote-tracking branch 'origin/github/pr/147' X-Git-Tag: v0.19.4~3 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=3e1e13d239462a0a0d470ab0e57f5c77bae241c2;hp=3e6d4cdeb36726fa763daf20cea692296d35e899;p=grml-etc-core.git Merge remote-tracking branch 'origin/github/pr/147' --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 60f3711..b369aca 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -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:]]#}}}