X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.shellrc;h=92f6585c216cb7347728c31afe81e53efe890eff;hp=a5f78d44225b8b0939f169d140113b024d9ceeff;hb=93929f8d9061fe4075ec2c4aa155649c71acc9a0;hpb=4b1b10d85680a15757417807cb09b37487e00db2 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