这个是我本地的一个函数,不是通用命令。类似于
proxy() { http_proxy=http://127.0.0.1:3127 https_proxy=http://127.0.0.1:3127 $@ ;}
相当于自动给其他命令加上代理配置
1 个赞
好的,了解了,多谢老师!
这个是我本地的一个函数,不是通用命令。类似于
proxy() { http_proxy=http://127.0.0.1:3127 https_proxy=http://127.0.0.1:3127 $@ ;}
相当于自动给其他命令加上代理配置
好的,了解了,多谢老师!