diff --git a/profiles/mac/profile b/profiles/mac/profile index 4d33560..d96f816 100644 --- a/profiles/mac/profile +++ b/profiles/mac/profile @@ -4,3 +4,4 @@ alias la='ls -AlhF' export PS1='%(?:%{%}%1{➜%} :%{%}%1{➜%} ) %{%}%~%{%} $(git_prompt_info)' export PATH=$PATH:/Users/gaofei/Projects/github.com/magic/scripts +export PATH="/usr/local/opt/node@20/bin:$PATH" diff --git a/scripts/_set_proxy b/scripts/_set_proxy index f062ca3..f1fb27c 100644 --- a/scripts/_set_proxy +++ b/scripts/_set_proxy @@ -1,2 +1,2 @@ -export HTTP_PROXY=http://localhost:8889 -export HTTPS_PROXY=http://localhost:8889 +export HTTP_PROXY="http://localhost:28080" +export HTTPS_PROXY="http://localhost:28080"