From 6c747fc2dd427f282427b52daf57640788a5cc93 Mon Sep 17 00:00:00 2001 From: Lee Tang Date: Thu, 31 Aug 2023 17:38:06 +0800 Subject: [PATCH] remove $GOPROXY Signed-off-by: Lee Tang --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 172775a..e55d119 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,5 @@ export GOPATH=$HOME/.go -export GOPROXY=https://goproxy.cn,direct +#export GOPROXY=https://goproxy.cn,direct export PYENV_ROOT="$HOME/.pyenv" export PNPM_HOME="$HOME/.pnpm"