logo

dotfiles

My dotfiles, one branch per machine, rebased on base
commit: 24ce7dc5c23b280d8906c1cc296f915f034afce0
parent: 12cfd637298fe840bdca3d42c4a7f796f87b2472
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  4 Apr 2020 14:15:43 +0200

.profile: EDITOR=vis (avoids non-standard which usage)

Diffstat:

M.profile2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.profile b/.profile @@ -2,7 +2,7 @@ export ACRONYMDB="$HOME/.local/share/acronyms" export BADWOLF_L10N="en_GB:fr_FR:de_DE:ru_RU" export BROWSER="badwolf:firefox:lynx" -export EDITOR="$(which vis)" +export EDITOR="vis" export GOPROXY="direct" # disable proxying to Google by default export GOSUMDB=off # do not query for module checksum when undefined in go.sum export GO111MODULE=on