mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 05:00:59 +01:00
moved from Completion/Builtins/_kill
This commit is contained in:
parent
3babe8ef71
commit
5c48275831
1 changed files with 6 additions and 0 deletions
6
Completion/Zsh/Command/_kill
Normal file
6
Completion/Zsh/Command/_kill
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#compdef kill
|
||||
|
||||
_alternative \
|
||||
'signals:: _signals -p' \
|
||||
'processes:: _pids' \
|
||||
'jobs:: _jobs -t'
|
||||
Loading…
Add table
Add a link
Reference in a new issue