From: Oleg Broytman Date: Mon, 3 Mar 2014 08:52:58 +0000 (+0400) Subject: Add killall to the list of commands that require program name X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=a3761f36e5ba50b0ccdde4ff81f4c60befa973c8 Add killall to the list of commands that require program name --- 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