From: Oleg Broytman Date: Mon, 8 Aug 2016 01:44:41 +0000 (+0300) Subject: .shellrc: mtr completion: just hostname X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=a6b6cd6191aaeff0aa7ab18cf6f1def45b4f7458;hp=10b13bfa456108bbd6f90bfe6ecc1e0a93bf5101;p=dotfiles.git .shellrc: mtr completion: just hostname --- diff --git a/.shellrc b/.shellrc index 771ad9e..0b88062 100644 --- a/.shellrc +++ b/.shellrc @@ -105,7 +105,7 @@ if test -n "$BASH_VERSION"; then ! has_completion $cmd && complete -o default -A command $cmd done - for cmd in dig host nslookup nc netcat nmap p ping ping6 socat \ + for cmd in dig host mtr nslookup nc netcat nmap p ping ping6 socat \ telnet t tt \ tcptraceroute tcptraceroute6 tracert tracert6 traceroute traceroute6 \ whois wget wget-m wget-wrapper ww; do