mac 下对 iterm 终端 设置代理

vi .profile


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

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

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

 

posted on 2013-07-30 19:40  you Richer  阅读(1473)  评论(0)    收藏  举报