diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:05:36 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:05:36 +0000 |
commit | 8d512d5f78a2e83129fca386e637915e8faa69c7 (patch) | |
tree | ba425aa9b551c355fa2b1ededdd9a3fc69485e3a /Completion/User | |
parent | 05cf5969f69943b3a0f5330f64c01d431e60b89f (diff) | |
download | zsh-8d512d5f78a2e83129fca386e637915e8faa69c7.tar.gz zsh-8d512d5f78a2e83129fca386e637915e8faa69c7.tar.xz zsh-8d512d5f78a2e83129fca386e637915e8faa69c7.zip |
moved to Completion/Unix/Command/_whereis
Diffstat (limited to 'Completion/User')
-rw-r--r-- | Completion/User/_whereis | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Completion/User/_whereis b/Completion/User/_whereis deleted file mode 100644 index 42fc30969..000000000 --- a/Completion/User/_whereis +++ /dev/null @@ -1,6 +0,0 @@ -#compdef whereis - -local expl - -_description expl command -compgen "$expl[@]" -m |