commit: 97aaab9752b8f124e2bfc1afe95c0a0bcd4d16d5
parent: c888d70ef69a11485751eaf650f19b0c36649bd9
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:
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