From: Samir Benmendil Date: Wed, 28 Jan 2015 00:04:50 +0000 (+0000) Subject: zsh: use default completion for hosts X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/b5b99015665f34d33abf968066d66a0e15b9e45e?ds=inline zsh: use default completion for hosts --- diff --git a/zsh/lib/completion.zsh b/zsh/lib/completion.zsh index 2acc0b0..5e85286 100644 --- a/zsh/lib/completion.zsh +++ b/zsh/lib/completion.zsh @@ -27,19 +27,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 /etc/ssh/ssh_known_hosts ] && _global_ssh_hosts=(${${${${(f)"$(