Commit 6ccf67a0 authored by Andrew Janke's avatar Andrew Janke
Browse files

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

Do not put explicit dot in $cdpath, since it causes problems on Cygwin due to an underlying zsh bug.
parent 5ee54032
...@@ -34,7 +34,6 @@ fi ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment