Initial revision

This commit is contained in:
Tanaka Akira 1999-10-14 18:09:52 +00:00
parent a05a843583
commit 1f60fc0fd7
4 changed files with 24 additions and 0 deletions

6
Completion/User/_killall Normal file
View file

@ -0,0 +1,6 @@
#compdef killall
if compset -P 1 -; then
_description expl signal
compadd "$expl[@]" $signals[1,-3]
fi

6
Completion/User/_pack Normal file
View file

@ -0,0 +1,6 @@
#compdef pack
local expl
_description expl 'file to compress'
_files "$expl[@]" -g '*~*.z'

6
Completion/User/_unpack Normal file
View file

@ -0,0 +1,6 @@
#compdef unpack pcat
local expl
_description expl 'compressed file'
_files "$expl[@]" -g '*.z'

6
Completion/User/_whereis Normal file
View file

@ -0,0 +1,6 @@
#compdef whereis
local expl
_description expl command
compgen "$expl[@]" -m