From 015aae34735751e74d5143a3f91d88f44b19ab6e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 5 Sep 2016 12:56:25 +1200 Subject: Complete kill builtin with jobspecs and user PIDs --- bash/bashrc.d/completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/bashrc.d') 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 -- cgit v1.2.3