remove $GOPROXY

Signed-off-by: Lee Tang <i@d0zingcat.dev>
This commit is contained in:
Lee Tang
2023-08-31 17:38:06 +08:00
parent 240ee46f7b
commit 6c747fc2dd

2
.zshrc
View File

@@ -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"