From: Oleg Broytman Date: Tue, 11 Aug 2020 10:25:25 +0000 (+0300) Subject: .shellrc: Update completion X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=a1d086a56f5589110dcc6aff9ee0eabf1954f5e5 .shellrc: Update completion --- diff --git a/.shellrc b/.shellrc index 871747b..1db7013 100644 --- a/.shellrc +++ b/.shellrc @@ -99,8 +99,8 @@ if test -n "$BASH_VERSION"; then ! 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 \ + for cmd in dig host mtr nslookup nc netcat nmap p ping ping6 \ + ssh2 s2 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