Commit 16b95bde authored by nimrod's avatar nimrod
Browse files

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).
parent c2fa140d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"