From dfea4c5eaa685ba8c7bff59dff5243ed5f428bf1 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 3 Feb 2006 22:44:49 +0000 Subject: 22191: from Danek Duvall: neaten host and user completions --- Completion/Unix/Type/_hosts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Type/_hosts') diff --git a/Completion/Unix/Type/_hosts b/Completion/Unix/Type/_hosts index e6833132f..7d88a4532 100644 --- a/Completion/Unix/Type/_hosts +++ b/Completion/Unix/Type/_hosts @@ -23,7 +23,7 @@ if ! zstyle -a ":completion:${curcontext}:hosts" hosts _hosts; then fi if [[ -r ~/.ssh/known_hosts ]]; then - _cache_hosts+=( $(sed -e '/^[0-9]*\.[0-9]*\.[0-9]*\.[0-9]/d' -e 's/[ ,].*//p' ~/.ssh/known_hosts) ) + _cache_hosts+=(${${${(u)${(f)"$(<~/.ssh/known_hosts)"}%%[ ,]*}:#(#s)[0-9]##.[0-9]##.[0-9]##.[0-9]##(#e)}:#(#s)[0-9a-f:]##(#e)}) fi fi -- cgit 1.4.1