浏览代码

Merge pull request #3597 from apjanke/no-dot-in-cdpath

Remove '.' from $cdpath to avoid Cygwin breakage
Robby Russell 10 年之前
父节点
当前提交
efd6d4d593
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lib/completion.zsh

+ 0 - 1
lib/completion.zsh

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