Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ export EDITOR=vim ...@@ -29,6 +29,7 @@ export EDITOR=vim
export GITLAB_BASE_URL='https://git.shore.co.il/api/v4' export GITLAB_BASE_URL='https://git.shore.co.il/api/v4'
export GITLAB_HOST='https://git.shore.co.il' export GITLAB_HOST='https://git.shore.co.il'
export GOPATH="$HOME/.local/golang" export GOPATH="$HOME/.local/golang"
export GOPRIVATE="*"
export HELM_HOME="$HOME/.helm" export HELM_HOME="$HOME/.helm"
export HISTCONTROL=ignoreboth:erasedups export HISTCONTROL=ignoreboth:erasedups
export HISTFILE="$HOME/Documents/.history" export HISTFILE="$HOME/Documents/.history"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment