pj prefix for all functions
This commit is contained in:
@@ -3,7 +3,7 @@ if [[ $OS != "Darwin" ]]; then
|
||||
return
|
||||
fi
|
||||
|
||||
function brewthu() {
|
||||
function pj_brewthu() {
|
||||
if [[ $HOMEBREW_BOTTLE_DOMAIN = "" ]]; then
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user