diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:05:44 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:05:44 +0000 |
commit | b1141a389783983f8f60a58327dda757c052390f (patch) | |
tree | 3cd7c19fc87171f5a70977eeb5b166721085968f /Completion | |
parent | 8d512d5f78a2e83129fca386e637915e8faa69c7 (diff) | |
download | zsh-b1141a389783983f8f60a58327dda757c052390f.tar.gz zsh-b1141a389783983f8f60a58327dda757c052390f.tar.xz zsh-b1141a389783983f8f60a58327dda757c052390f.zip |
moved from Completion/User/_whereis
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_whereis | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_whereis b/Completion/Unix/Command/_whereis new file mode 100644 index 000000000..6f11b516c --- /dev/null +++ b/Completion/Unix/Command/_whereis @@ -0,0 +1,3 @@ +#compdef whereis + +_command_names -e |