You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#compdef kdekillall
|
|
|
|
|
|
|
|
local progs
|
|
|
|
progs=(`ps x | grep tdeinit: | grep -v Running | grep -v grep | sed 's,.*tdeinit: ,,' | sed 's, .*,,'`)
|
|
|
|
|
|
|
|
_alternative \
|
|
|
|
'Q_SIGNALS:: _Q_SIGNALS -p' \
|
|
|
|
'compadd $progs'
|