This commit is contained in:
gaofei 2024-09-04 11:42:27 +08:00
parent 949d3c85e6
commit e66e5f537b

View File

@ -5,3 +5,7 @@ alias la='ls -AlhF'
export PS1='%(?:%{%}%1{➜%} :%{%}%1{➜%} ) %{%}%~%{%} $(git_prompt_info)' export PS1='%(?:%{%}%1{➜%} :%{%}%1{➜%} ) %{%}%~%{%} $(git_prompt_info)'
export PATH=$PATH:/Users/gaofei/Projects/github.com/magic/scripts export PATH=$PATH:/Users/gaofei/Projects/github.com/magic/scripts
export PATH="/usr/local/opt/node@20/bin:$PATH" export PATH="/usr/local/opt/node@20/bin:$PATH"
export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git"
export HOMEBREW_API_DOMAIN="https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles/api"
export HOMEBREW_BOTTLE_DOMAIN="https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles"