diff --git a/modules/completion/init.zsh b/modules/completion/init.zsh index cfdb129..d981d83 100644 --- a/modules/completion/init.zsh +++ b/modules/completion/init.zsh @@ -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