diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:55:00 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:55:00 +0000 |
commit | cebdd7d4fc1dadb1a56b99f805fef3ad1edf1096 (patch) | |
tree | 68f4cfef1d2acf56d962647406f4a2ee5bf74fdc | |
parent | c6a9525d0cddd639f0af4faf45b1e15147b81893 (diff) | |
download | zsh-cebdd7d4fc1dadb1a56b99f805fef3ad1edf1096.tar.gz zsh-cebdd7d4fc1dadb1a56b99f805fef3ad1edf1096.tar.xz zsh-cebdd7d4fc1dadb1a56b99f805fef3ad1edf1096.zip |
moved to Completion/Unix/Command/_killall
-rw-r--r-- | Completion/User/_killall | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Completion/User/_killall b/Completion/User/_killall deleted file mode 100644 index 30f6109e5..000000000 --- a/Completion/User/_killall +++ /dev/null @@ -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 |