]> git.phdru.name Git - dotfiles.git/commitdiff
.shellrc: mtr completion: just hostname
authorOleg Broytman <phd@phdru.name>
Mon, 8 Aug 2016 01:44:41 +0000 (04:44 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 8 Aug 2016 01:44:41 +0000 (04:44 +0300)
.shellrc

index 771ad9ec3e8627e673d6807fe55138454c323bdf..0b880623b992fb2d89e7809b3eeb6b2a29274002 100644 (file)
--- 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