]> git.phdru.name Git - dotfiles.git/blobdiff - .shellrc
.shellrc: Complete program names for `run-all-hosts`
[dotfiles.git] / .shellrc
index 38d9dcc2f54b85d95f335dde0141979497a402d8..4fc1021a2001733f22124f472a3bcb7ccc522bfe 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 \
-         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