X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.shellrc;h=4fc1021a2001733f22124f472a3bcb7ccc522bfe;hb=46d946faa8eba2e7bbbd24e3ff13162e8b6fa90b;hp=bc164f1a305a08561600ff07a98d2340e8a79da8;hpb=d6d0947f637535c4b2156aa8c32534f376e73526;p=dotfiles.git diff --git a/.shellrc b/.shellrc index bc164f1..4fc1021 100644 --- a/.shellrc +++ b/.shellrc @@ -94,21 +94,21 @@ if test -n "$BASH_VERSION"; then fi 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 - ! has_completion $cmd && complete -o default -A command $cmd + killall man nice nohup pidof pidOf KillAll pgrep pkill psg pswg \ + run-all-hosts su sudo time whence whereis which xargs; do + ! has_completion $cmd && complete -o default -A command $cmd done for cmd in dig host mtr nslookup nc netcat nmap p ping ping6 socat \ - telnet t tt \ - tcptraceroute tcptraceroute6 tracert tracert6 traceroute traceroute6 \ - whois wd wget wget-download wget-m wget-wrapper ww; do - ! has_completion $cmd && complete -A hostname $cmd + telnet t tt \ + tcptraceroute tcptraceroute6 tracert tracert6 traceroute traceroute6 \ + whois wd wget wget-download wget-m wget-wrapper ww; do + ! has_completion $cmd && complete -A hostname $cmd done for cmd in distribute ftp lftp r rsync \ - s scp ssh smbclient tcpdump tshark wireshark; do - ! has_completion $cmd && complete -o default -A hostname $cmd + s scp ssh smbclient tcpdump tshark wireshark; do + ! has_completion $cmd && complete -o default -A hostname $cmd done if [ -d "$HOME"/.bash_completion.d ]; then