From 16b95bdea4041f2a5d6203ac1e98a135d73fdc8f Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 31 Mar 2023 22:40:34 +0300 Subject: [PATCH] bashrc: Avoid using Go's proxies. Apparently they're the best citizens on the internet and I don't them knowing everything I do (who trusts Google anyway). --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index a54e4c4..4712e73 100644 --- a/.bashrc +++ b/.bashrc @@ -29,6 +29,7 @@ export EDITOR=vim export GITLAB_BASE_URL='https://git.shore.co.il/api/v4' export GITLAB_HOST='https://git.shore.co.il' export GOPATH="$HOME/.local/golang" +export GOPRIVATE="*" export HELM_HOME="$HOME/.helm" export HISTCONTROL=ignoreboth:erasedups export HISTFILE="$HOME/Documents/.history" -- GitLab