From aab366c4109da91c29d054aecb060ae66bdf9177 Mon Sep 17 00:00:00 2001 From: li_chx Date: Fri, 28 Nov 2025 11:27:19 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=B7=BB=E5=8A=A0=E8=AE=BE?= =?UTF-8?q?=E7=BD=AEproxy=E7=9A=84alias?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) 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