Skip to content

Instantly share code, notes, and snippets.

@KevinWang15
Created January 26, 2020 05:32
Show Gist options
  • Save KevinWang15/8e687c7d73f5c7b4981c4b188945e96b to your computer and use it in GitHub Desktop.
Save KevinWang15/8e687c7d73f5c7b4981c4b188945e96b to your computer and use it in GitHub Desktop.
aliases
alias setp="export http_proxy=127.0.0.1:1087 && export https_proxy=127.0.0.1:1087"
alias unsetp="export http_proxy= && export https_proxy="
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment