终端代理设置

alias proxynet ='export http_proxy=http://127.0.0.1:12345; export https_proxy=http://127.0.0.1:12345'

alias unproxy='unset all_proxy; unset http_proxy; unset https_proxy'

参考链接

你可能感兴趣的:(tools)