This commit is contained in:
gaofei 2024-09-04 11:11:20 +08:00
parent a38c39a29d
commit 949d3c85e6
2 changed files with 3 additions and 2 deletions

View File

@ -4,3 +4,4 @@ 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"

View File

@ -1,2 +1,2 @@
export HTTP_PROXY=http://localhost:8889 export HTTP_PROXY="http://localhost:28080"
export HTTPS_PROXY=http://localhost:8889 export HTTPS_PROXY="http://localhost:28080"