commit 0f674a4a8e43ea1da2163136e30ce7a15e0cf18f parent 79876bb21bb9e5279a30be518f63700ab5a89efc Author: Byron Torres <b@torresjrjr.com> Date: Wed, 11 Aug 2021 16:44:10 +0100 export GOPROXY='direct' Diffstat:
M | sh/.profile | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/sh/.profile b/sh/.profile @@ -22,6 +22,7 @@ export XDG_CACHE_HOME="$HOME/.cache" export XDG_DATA_HOME="$HOME/.local/share" export GOPATH="$HOME/lib/go" +export GOPROXY='direct' export EDITOR='vim' export PAGER='less'