]> git.phdru.name Git - dotfiles.git/commitdiff
.shellrc: Renamed `run-all-hosts` -> `run-hosts`
authorOleg Broytman <phd@phdru.name>
Thu, 27 Aug 2020 00:13:47 +0000 (03:13 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 27 Aug 2020 00:13:47 +0000 (03:13 +0300)
.shellrc

index a5f78d44225b8b0939f169d140113b024d9ceeff..92f6585c216cb7347728c31afe81e53efe890eff 100644 (file)
--- 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