fish shell的终端代理配置
在fish的配置文件(~/.config/fish/config.fish)中写入
function proxy
set -xg ALL_PROXY http://localhost:ports
end
function noproxy
set -e ALL_PROXY
end
完毕
在fish的配置文件(~/.config/fish/config.fish)中写入
function proxy
set -xg ALL_PROXY http://localhost:ports
end
function noproxy
set -e ALL_PROXY
end
完毕