diff options
Diffstat (limited to 'Completion/Zsh/Command')
-rw-r--r-- | Completion/Zsh/Command/_command | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_command b/Completion/Zsh/Command/_command index 7a59a2386..503f860a2 100644 --- a/Completion/Zsh/Command/_command +++ b/Completion/Zsh/Command/_command @@ -4,5 +4,4 @@ _arguments \ '-v[indicate result of command search]:*:command:_path_commands' \ '-V[show result of command search in verbose form]:*:command:_path_commands' \ '(-)-p[use default PATH to find command]' \ - ':command:_path_commands' \ '*:: : _normal -p $service' |