From a1d086a56f5589110dcc6aff9ee0eabf1954f5e5 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 11 Aug 2020 13:25:25 +0300 Subject: [PATCH] .shellrc: Update completion --- .shellrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2