Commit f678dedc authored by Bruno's avatar Bruno

Merge pull request #173 from jhillyerd/proxy

Bug fix: Don't auto-set proxy variables if proxy_host unset
parents 0bfc9795 22d6ab84
# Initial proxy setup (no username/password)
_proxy_set "http://$proxy_host"
if set -q proxy_host
_proxy_set "http://$proxy_host"
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment