✨ 添加设置proxy的alias
This commit is contained in:
parent
5c14c212c7
commit
aab366c410
3
.zshrc
3
.zshrc
|
|
@ -107,3 +107,6 @@ unset __conda_setup
|
|||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||
|
||||
alias set_proxy='export http_proxy=http://127.0.0.1:7890 https_proxy=http://127.0.0.1:7890'
|
||||
alias unset_proxy='unset http_proxy https_proxy'
|
||||
Loading…
Reference in New Issue