From a3761f36e5ba50b0ccdde4ff81f4c60befa973c8 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 3 Mar 2014 12:52:58 +0400 Subject: [PATCH] Add killall to the list of commands that require program name --- .shellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.shellrc b/.shellrc index 670a9a2..9e9a47f 100644 --- a/.shellrc +++ b/.shellrc @@ -18,7 +18,7 @@ case "$SHELL" in j() { jobs; } complete -A command -o default builtin cgmem_nice command dbus-launch exec \ - nice nohup pidof pidOf KillAll pgrep pkill psg pswg su sudo time \ + killall nice nohup pidof pidOf KillAll pgrep pkill psg pswg su sudo time \ whence whereis which xargs if [ -z "$BASH_COMPLETION_COMPAT_DIR" ]; then complete -A command -o default man -- 2.39.2