This commit is contained in:
AtomicCoding 2018-04-10 19:02:15 -07:00
parent 13eb86d4c8
commit 6c25322785
No known key found for this signature in database
GPG Key ID: D9C2E2ED3C4516FA
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