我在用 Surge 和
https://github.com/janvogt/export-proxies . ~/.zshrc 里写 `eval `export-proxies``, 这样会自动配置如下变量:
```
export http_proxy="http://127.0.0.1:6152"
export HTTP_PROXY="http://127.0.0.1:6152"
export Http_Proxy="http://127.0.0.1:6152"
export https_proxy="http://127.0.0.1:6152"
export HTTPS_PROXY="http://127.0.0.1:6152"
export Https_Proxy="http://127.0.0.1:6152"
export all_proxy="socks5://127.0.0.1:6153"
export ALL_PROXY="socks5://127.0.0.1:6153"
export All_Proxy="socks5://127.0.0.1:6153"
export no_proxy="192.168.0.0/16,10.0.0.0/8,172.16.0.0/12,100.64.0.0/10,localhost,.local,
e.crashlytics.com,.jd.com,.qq.com"
export NO_PROXY="192.168.0.0/16,10.0.0.0/8,172.16.0.0/12,100.64.0.0/10,localhost,.local,
e.crashlytics.com,.jd.com,.qq.com"
export No_Proxy="192.168.0.0/16,10.0.0.0/8,172.16.0.0/12,100.64.0.0/10,localhost,.local,
e.crashlytics.com,.jd.com,.qq.com"
```