From 46d946faa8eba2e7bbbd24e3ff13162e8b6fa90b Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 16 Jul 2020 13:05:55 +0300 Subject: [PATCH] .shellrc: Complete program names for `run-all-hosts` --- .shellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.shellrc b/.shellrc index 38d9dcc..4fc1021 100644 --- a/.shellrc +++ b/.shellrc @@ -95,7 +95,7 @@ if test -n "$BASH_VERSION"; then for cmd in builtin cgmem_nice command dbus-launch exec \ killall man nice nohup pidof pidOf KillAll pgrep pkill psg pswg \ - su sudo time whence whereis which xargs; do + run-all-hosts su sudo time whence whereis which xargs; do ! has_completion $cmd && complete -o default -A command $cmd done -- 2.39.2