Browse Source

Do not put explicit dot in $cdpath, since it causes problems on Cygwin due to an underlying zsh bug.

Andrew Janke 9 years ago
parent
commit
6ccf67a077
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/completion.zsh

+ 0 - 1
lib/completion.zsh

@@ -34,7 +34,6 @@ fi
 
 
 # disable named-directories autocompletion
 # disable named-directories autocompletion
 zstyle ':completion:*:cd:*' tag-order local-directories directory-stack path-directories
 zstyle ':completion:*:cd:*' tag-order local-directories directory-stack path-directories
-cdpath=(.)
 
 
 # Use caching so that commands like apt and dpkg complete are useable
 # Use caching so that commands like apt and dpkg complete are useable
 zstyle ':completion::complete:*' use-cache 1
 zstyle ':completion::complete:*' use-cache 1