Install
1 | brew install fish |
config
1 | # set theme |
1 | # 配置文件 |
config.fish
1 | alias sp="export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890" |
Link
1 | brew install fish |
1 | # set theme |
1 | # 配置文件 |
config.fish
1 | alias sp="export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890" |
Link