mac 下对 iterm 终端 设置代理

vi .profile


export http_prox="http://xxxx:port"

export https_proxy="http://xxxx:port"

alias curl="curl -x http://xxxx:port"

原文地址:https://www.cnblogs.com/riskyer/p/3226236.html