Commit 22d6ab84 authored by James Hillyerd's avatar James Hillyerd

Don't auto-set proxy variables if proxy_host unset

- The proxy plugin would create broken environment variables if it was
  enabled but proxy_host was not defined.
parent 0bfc9795
# 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