summaryrefslogtreecommitdiff
path: root/scripts/deploy/completions/zsh.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/deploy/completions/zsh.zsh')
-rw-r--r--scripts/deploy/completions/zsh.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/deploy/completions/zsh.zsh b/scripts/deploy/completions/zsh.zsh
index dd1ff38..2b9e7f9 100644
--- a/scripts/deploy/completions/zsh.zsh
+++ b/scripts/deploy/completions/zsh.zsh
@@ -22,6 +22,7 @@ _jvn_completion() {
-c "$command_name"
-i "$word_index"
-a "${(@)words//-/^}"
+ -F "zsh"
)
suggestions=$(jvn_comp "${args[@]}" 2>/dev/null)