iterm2 與 zsh使用參考:
使用代理
- 本例以
shadowsocks
為代理饶号,其它工具配置相同
1遥椿、直接使用(本次啟動的終端有效)
export http_proxy=http://127.0.0.1:1087;export https_proxy=http://127.0.0.1:1087;
2渊额、配置別名(方便使用)
// 1、打開配置文件
vim ~/.zshrc
// 2寞射、配置別名
alias setproxy='export http_proxy=http://127.0.0.1:1087;export https_proxy=http://127.0.0.1:1087;' # 設(shè)置終端代理
alias disproxy='unset http_proxy https_proxy' # 取消終端代理
alias ip='curl cip.cc' # 測試