aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-05 12:56:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-05 12:56:25 +1200
commit015aae34735751e74d5143a3f91d88f44b19ab6e (patch)
treee97cba5cf681bd369ff5b3e44a83a8512cb02172 /bash/bashrc.d
parentFlesh out builtin completions a little (diff)
downloaddotfiles-015aae34735751e74d5143a3f91d88f44b19ab6e.tar.gz
dotfiles-015aae34735751e74d5143a3f91d88f44b19ab6e.zip
Complete kill builtin with jobspecs and user PIDs
Diffstat (limited to 'bash/bashrc.d')
-rw-r--r--bash/bashrc.d/completion.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/completion.bash b/bash/bashrc.d/completion.bash
index 9c20d482..3e1c7bac 100644
--- a/bash/bashrc.d/completion.bash
+++ b/bash/bashrc.d/completion.bash
@@ -29,7 +29,7 @@ complete -A variable for getopts let read select
complete -A helptopic help
# Jobspecs
-complete -A job disown fg jobs kill
+complete -A job disown fg jobs
complete -A stopped bg
# Readline bindings