]> git.phdru.name Git - dotfiles.git/commitdiff
.shellrc: apply wget completion to wrappers
authorOleg Broytman <phd@phdru.name>
Sat, 6 Aug 2016 14:23:20 +0000 (17:23 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 6 Aug 2016 14:23:20 +0000 (17:23 +0300)
.shellrc

index 544e298fcf4099338c61bad2130e12d58a228320..771ad9ec3e8627e673d6807fe55138454c323bdf 100644 (file)
--- 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;