From 10b13bfa456108bbd6f90bfe6ecc1e0a93bf5101 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 6 Aug 2016 17:23:20 +0300 Subject: [PATCH] .shellrc: apply wget completion to wrappers --- .shellrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.shellrc b/.shellrc index 544e298..771ad9e 100644 --- a/.shellrc +++ b/.shellrc @@ -112,6 +112,10 @@ if test -n "$BASH_VERSION"; then ! has_completion $cmd && complete -A hostname $cmd done + if has_completion wget; then + complete -F _wget wget-m wget-wrapper ww + fi + 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; -- 2.39.2