Fix Issue #212
This commit is contained in:
parent
13eb86d4c8
commit
6c25322785
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue