- create a file named
~/.env-proxy-on
with the following:
### PROXY STUFF
export NO_PROXY=127.0.0.1,localhost,192.168.99.100
export PROXY_HOST=192.168.50.100
export PROXY_PORT=3128
export PROXY=$PROXY_HOST:$PROXY_PORT
export PROXY_URL=http://$PROXY
export ALL_PROXY=$PROXY_URL
export HTTP_PROXY=$PROXY_URL