From 93929f8d9061fe4075ec2c4aa155649c71acc9a0 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 27 Aug 2020 03:13:47 +0300 Subject: [PATCH] .shellrc: Renamed `run-all-hosts` -> `run-hosts` --- .shellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.shellrc b/.shellrc index a5f78d4..92f6585 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 \ - run-all-hosts su sudo time whence whereis which xargs; do + run-hosts su sudo time whence whereis which xargs; do ! has_completion $cmd && complete -o default -A command $cmd done -- 2.39.2