From 6c25322785fba368a8404cad711586f4c515d5e2 Mon Sep 17 00:00:00 2001 From: AtomicCoding Date: Tue, 10 Apr 2018 19:02:15 -0700 Subject: [PATCH] Fix Issue #212 --- modules/completion/init.zsh | 3 +++ 1 file changed, 3 insertions(+) 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