From: Oleg Broytman Date: Thu, 27 Aug 2020 00:13:47 +0000 (+0300) Subject: .shellrc: Renamed `run-all-hosts` -> `run-hosts` X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=93929f8d9061fe4075ec2c4aa155649c71acc9a0 .shellrc: Renamed `run-all-hosts` -> `run-hosts` --- 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