1
0
Fork 0
mirror of synced 2024-05-26 12:01:13 -04:00
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

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