diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Zsh/Context/_equal | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Completion/Zsh/Context/_equal b/Completion/Zsh/Context/_equal index 4150fe629..b4d911541 100644 --- a/Completion/Zsh/Context/_equal +++ b/Completion/Zsh/Context/_equal @@ -1,9 +1,3 @@ #compdef -equal- -local args - -args=( "$@" ) - -_alternative -O args \ - 'commands:command:compadd -k commands' \ - 'aliases:alias:compadd -k aliases' +_wanted commands expl command compadd -k commands |