Skip to content

Instantly share code, notes, and snippets.

@aguegu
Created April 3, 2015 06:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aguegu/45c0590ece2debc9658c to your computer and use it in GitHub Desktop.
Save aguegu/45c0590ece2debc9658c to your computer and use it in GitHub Desktop.
activate/deactivate terminal proxy
#!/bin/zsh
export {http,https,ftp}_proxy='http://localhost:7777'
#!/bin/zsh
unset {http,https,ftp}_proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment