From 1353ff95c39993e53f99cbd590c7849c2ba23caa 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 ba839a067..f2ea0944d 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)"$(