From 949d3c85e6722d97c70aa52ebb59f1aaa6269209 Mon Sep 17 00:00:00 2001 From: gaofei Date: Wed, 4 Sep 2024 11:11:20 +0800 Subject: [PATCH] update --- profiles/mac/profile | 1 + scripts/_set_proxy | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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"