logo

dotfiles

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

.profile: GOSUMDB=off

Diffstat:

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

diff --git a/.profile b/.profile @@ -4,6 +4,7 @@ export BROWSER="badwolf:firefox:lynx" export EDITOR="$(which vis)" export ENV="$HOME/.profile" export GOPROXY="direct" # disable proxying to Google by default +export GOSUMDB=off # do not query for module checksum when undefined in go.sum export ERL_AFLAGS="-kernel shell_history enabled" export GIT_ALTERNATE_OBJECT_DIRECTORIES="${HOME}/Sources/git/git-object-directory/" unset GIT_OBJECT_DIRECTORY