1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-11 00:10:08 +00:00

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

This commit is contained in:
Andrew Janke 2015-02-16 10:24:22 -05:00
parent 5ee54032da
commit 6ccf67a077

View file

@ -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