From 1f60fc0fd78dd8a302065a30c11c9027ec7accf8 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 14 Oct 1999 18:09:52 +0000 Subject: Initial revision --- Completion/User/_whereis | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Completion/User/_whereis (limited to 'Completion/User/_whereis') diff --git a/Completion/User/_whereis b/Completion/User/_whereis new file mode 100644 index 000000000..42fc30969 --- /dev/null +++ b/Completion/User/_whereis @@ -0,0 +1,6 @@ +#compdef whereis + +local expl + +_description expl command +compgen "$expl[@]" -m -- cgit 1.4.1