mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-30 07:10:58 +02: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…
Reference in a new issue