This commit is contained in:
Atomic Coding 2018-04-11 02:05:03 +00:00 committed by GitHub
commit 4036eced9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ source ${0:h}/compdefs.zsh
# the cursor is moved to the end of the word
setopt ALWAYS_TO_END
# Glob completions
setopt GLOB_COMPLETE
# Perform a path search even on command names with slashes in them.
setopt PATH_DIRS