From 43dfb0c0fc2a99e36111090eb7003eeb0182d722 Mon Sep 17 00:00:00 2001 From: Matt Parnell Date: Wed, 16 Nov 2011 18:40:05 -0800 Subject: [PATCH] bleh --- lib/completion.zsh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lib/completion.zsh b/lib/completion.zsh index b3cc91822..1c3512be0 100644 --- a/lib/completion.zsh +++ b/lib/completion.zsh @@ -31,17 +31,6 @@ zstyle ':completion:*:*:*:*:processes' command "ps -u `whoami` -o pid,user,comm zstyle ':completion:*:cd:*' tag-order local-directories directory-stack path-directories cdpath=(.) -# use /etc/hosts and known_hosts for hostname completion -[ -r ~/.ssh/known_hosts ] && _ssh_hosts=(${${${${(f)"$(<$HOME/.ssh/known_hosts)"}:#[\|]*}%%\ *}%%,*}) || _ssh_hosts=() -[ -r /etc/hosts ] && : ${(A)_etc_hosts:=${(s: :)${(ps:\t:)${${(f)~~"$(