oh-my-fish/plugins/proxy/proxy.load
James Hillyerd 22d6ab84f0 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.
2014-06-15 15:03:59 -07:00

6 lines
105 B
Fish

# Initial proxy setup (no username/password)
if set -q proxy_host
_proxy_set "http://$proxy_host"
end