diff options
Diffstat (limited to 'Completion/Builtins/_command')
-rw-r--r-- | Completion/Builtins/_command | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Completion/Builtins/_command b/Completion/Builtins/_command deleted file mode 100644 index b90ec933e..000000000 --- a/Completion/Builtins/_command +++ /dev/null @@ -1,10 +0,0 @@ -#compdef command - -if [[ CURRENT -ge 3 ]]; then - compset -n 2 - _normal -else - local expl - - _wanted commands expl 'external command' compadd "$@" -k commands -fi |