Created
March 2, 2015 03:19
-
-
Save hongqn/fdbecff464862a9746d7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
proxyon() { | |
export http_proxy="http://127.0.0.1:8123" | |
export https_proxy="http://127.0.0.1:8123" | |
} | |
proxyoff() { | |
unset http_proxy | |
unset https_proxy | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment