Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
efd6d4d5
Commit
efd6d4d5
authored
Feb 21, 2015
by
Robby Russell
Browse files
Merge pull request #3597 from apjanke/no-dot-in-cdpath
Remove '.' from $cdpath to avoid Cygwin breakage
parents
a1de65e3
6ccf67a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/completion.zsh
View file @
efd6d4d5
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment