logo

dotfiles

My dotfiles, one branch per machine
commit: 71cb08eda29f6e3d58f2743f15874761935345cc
parent: 07b75997a39c4696d42509c9e9eeba6497dcc69f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 29 Oct 2019 02:46:43 +0100

.profile: GOPROXY="direct"

Diffstat:

M.profile1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.profile b/.profile @@ -3,6 +3,7 @@ export BADWOLF_L10N="en_GB:fr_FR:de_DE:ru_RU" export BROWSER="badwolf:firefox:lynx" export EDITOR="$(which vis)" export ENV="$HOME/.profile" +export GOPROXY="direct" # disable proxying to Google by default export ERL_AFLAGS="-kernel shell_history enabled" export GIT_ALTERNATE_OBJECT_DIRECTORIES="${HOME}/Sources/git/git-object-directory/" unset GIT_OBJECT_DIRECTORY