1
0
Fork 0
mirror of synced 2024-05-25 03:25:19 -04:00
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

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