From 2e44dc0d51134fadbd8048f70deac42bb15cf719 Mon Sep 17 00:00:00 2001 From: tinogomes Date: Sat, 23 Mar 2013 01:26:17 -0300 Subject: [PATCH] bugfix restart cdpath --- lib/completion.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/completion.zsh b/lib/completion.zsh index e0cdcf626..451013b49 100644 --- a/lib/completion.zsh +++ b/lib/completion.zsh @@ -29,7 +29,7 @@ zstyle ':completion:*:*:*:*:processes' command "ps -u `whoami` -o pid,user,comm # disable named-directories autocompletion zstyle ':completion:*:cd:*' tag-order local-directories directory-stack path-directories -cdpath=(.) +# cdpath=(.) # use /etc/hosts and known_hosts for hostname completion [ -r /etc/ssh/ssh_known_hosts ] && _global_ssh_hosts=(${${${${(f)"$(