Created
May 17, 2018 01:54
-
-
Save YKG/6d6726d78b7761079826c28e9ea56be5 to your computer and use it in GitHub Desktop.
proxy setting for Terminal on Mac OSX
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
# proxy list | |
alias proxy='export all_proxy=socks5://127.0.0.1:1087' | |
alias unproxy='unset all_proxy' |
powerline shell font: https://gist.github.com/epegzz/1634235/fe5100a91157c5d0f0c8b7b6dedd126c6396ae19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ref: https://github.com/mrdulin/blog/issues/18