summaryrefslogtreecommitdiffstats
path: root/Completion/Zsh/Command/_alias
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Zsh/Command/_alias')
-rw-r--r--Completion/Zsh/Command/_alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_alias b/Completion/Zsh/Command/_alias
index 617627cbe..86e9a88f0 100644
--- a/Completion/Zsh/Command/_alias
+++ b/Completion/Zsh/Command/_alias
@@ -3,7 +3,7 @@
local curcontext="$curcontext" state line expl type suf
typeset -A opt_args
-_arguments -C -s -A "-*" -S \
+_arguments -C -s -A "-*" -S -S : \
'(-r +r -s +s)-+g[list or define global aliases]' \
'(-g +g -s +s)-+r[list or define regular aliases]' \
'(-r +r -g +g)-+s[list or define suffix aliases]' \