diff --git a/.zshrc b/.zshrc index 59ea552..4029984 100644 --- a/.zshrc +++ b/.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' \ No newline at end of file