X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e222be64adcc1eca53ee7c86d6f6f556413b7916..ea8c7e1fd32eb3b190bc05cb9b4645f2b0d91a55:/zsh/lib/completion.zsh?ds=inline diff --git a/zsh/lib/completion.zsh b/zsh/lib/completion.zsh index d570028..5e85286 100644 --- a/zsh/lib/completion.zsh +++ b/zsh/lib/completion.zsh @@ -27,22 +27,9 @@ 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)"$(