commit: b831e6c45f685385b9030f92f7537947b5f5d822
parent 70788472840bf74667891f6cd39ae75c07399218
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 17 Jul 2021 21:25:06 +0200
.profile: FCEDIT="${EDITOR:-ed}"
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.profile b/.profile
@@ -3,6 +3,7 @@ export ACRONYMDB="$HOME/.local/share/acronyms"
export BADWOLF_L10N="en_GB:en_US:fr_FR:de_DE:ru_RU"
export BROWSER="badwolf:firefox:lynx"
export EDITOR="vis"
+export FCEDIT="${EDITOR:-ed}"
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