aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/kill.bash
Commit message (Collapse)AuthorAgeFilesLines
* Remove `kill` completionTom Ryder2018-12-011-16/+0
| | | | Completing PIDs is stupid, in retrospect.
* Use the positional parameter aliases for wordsTom Ryder2018-12-011-1/+1
| | | | | The current word is available in $2, and the previous word in $3. That's easier (and maybe a bit less expensive) to dig out, so let's use it.
* Add some missing "local" callsTom Ryder2016-12-121-0/+1
|
* Complete kill builtin with jobspecs and user PIDsTom Ryder2016-09-051-0/+15