fish shell的终端代理配置

在fish的配置文件(~/.config/fish/config.fish)中写入

function proxy
  set -xg ALL_PROXY http://localhost:ports
end
​
function noproxy
  set -e ALL_PROXY
end

完毕

posted @ 2024-01-07 10:45  NexusXian  阅读(533)  评论(0编辑  收藏  举报
Nephrenn‘s Blog