1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 16:00:41 +01:00

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

Remove '.' from $cdpath to avoid Cygwin breakage
This commit is contained in:
Robby Russell
2015-02-21 17:04:24 -08:00

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