Update config.fish
This commit is contained in:
+7
-3
@@ -3,11 +3,15 @@ if status is-interactive
|
|||||||
end
|
end
|
||||||
set -g fish_greeting
|
set -g fish_greeting
|
||||||
|
|
||||||
|
# Proxy
|
||||||
|
|
||||||
|
source ~/.config/fish/functions/proxy.fish
|
||||||
|
|
||||||
# HOMEBREW
|
# HOMEBREW
|
||||||
# tuna - https://mirrors.tuna.tsinghua.edu.cn/help/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_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_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_BOTTLE_DOMAIN https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles
|
||||||
|
|
||||||
# USTC - https://mirrors.ustc.edu.cn/help/brew.git.html
|
# USTC - https://mirrors.ustc.edu.cn/help/brew.git.html
|
||||||
# set -xU HOMEBREW_BREW_GIT_REMOTE https://mirrors.ustc.edu.cn/brew.git
|
# set -xU HOMEBREW_BREW_GIT_REMOTE https://mirrors.ustc.edu.cn/brew.git
|
||||||
|
|||||||
Reference in New Issue
Block a user