diff --git a/.bashrc b/.bashrc index a54e4c4cbcbf9ccc57245b7d1eb3b2dc15c43c3c..4712e73bec95581e9974f8052cabc849e702f358 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"