From 1b05f7e138d88bcee945951f2e4315d4fcff3cdb Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Mon, 10 Apr 2023 21:07:59 +0200 Subject: [PATCH] remove GOPROXY --- .zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.zshrc b/.zshrc index 216a4a6..0fd8bc7 100644 --- a/.zshrc +++ b/.zshrc @@ -219,7 +219,6 @@ fi ## Golang export PATH=$HOME/go/bin:$PATH -GOPROXY=https://athens.aarn.shelman.io ## Ansible export ANSIBLE_NOCOWS=1