diff options
Diffstat (limited to 'Completion/Zsh/Command/_alias')
-rw-r--r-- | Completion/Zsh/Command/_alias | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_alias b/Completion/Zsh/Command/_alias index 8b28f470a..c7b67c40a 100644 --- a/Completion/Zsh/Command/_alias +++ b/Completion/Zsh/Command/_alias @@ -1,6 +1,6 @@ #compdef alias -local curcontext="$curcontext" state line type suf +local curcontext="$curcontext" state line expl type suf typeset -A opt_args _arguments -C -s -A "-*" -S \ |