mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-16 12:21:18 +02:00
moved to Completion/Unix/Command/_killall
This commit is contained in:
parent
c6a9525d0c
commit
cebdd7d4fc
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
#compdef killall
|
||||
|
||||
if [[ "$OSTYPE" = linux* ]]; then
|
||||
_alternative \
|
||||
'signals:: _signals -p' \
|
||||
'processes:process:{ compadd "$expl[@]" ${${${${(f)"$(_call processes-names ps ${${EUID/(#s)0(#e)/xa}//[0-9]#/} ho cmd 2> /dev/null)"//[][\(\)]/}:#(ps|COMMAND|-*)}%%\ *}:t} }'
|
||||
else
|
||||
_signals -p
|
||||
fi
|
Loading…
Reference in a new issue