From d79ce218ad3c69a6e33a628764e462dfc9b6c91f Mon Sep 17 00:00:00 2001 From: Yu Cong Date: Sun, 15 Mar 2026 09:54:52 +0800 Subject: [PATCH] Update config.fish --- fish/config.fish | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/fish/config.fish b/fish/config.fish index 90a0e84..43842d9 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -3,11 +3,15 @@ if status is-interactive end set -g fish_greeting +# Proxy + +source ~/.config/fish/functions/proxy.fish + # HOMEBREW # tuna - https://mirrors.tuna.tsinghua.edu.cn/help/homebrew/ -set -x HOMEBREW_BREW_GIT_REMOTE https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git -set -x HOMEBREW_API_DOMAIN https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles/api -set -x HOMEBREW_BOTTLE_DOMAIN https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles +# set -x HOMEBREW_BREW_GIT_REMOTE https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git +# set -x HOMEBREW_API_DOMAIN https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles/api +# set -x HOMEBREW_BOTTLE_DOMAIN https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles # USTC - https://mirrors.ustc.edu.cn/help/brew.git.html # set -xU HOMEBREW_BREW_GIT_REMOTE https://mirrors.ustc.edu.cn/brew.git