X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=shell%2Fshell%2Fenv;h=8313a41b0f17658d27ee5a2c22b80687bfbf8430;hp=74715a0eb3196f698556baa87b1211e5a79101af;hb=HEAD;hpb=c8a2d98498c5efde1d7c0c67ce8311cb90e29ce2 diff --git a/shell/shell/env b/shell/shell/env index 74715a0..83810b1 100644 --- a/shell/shell/env +++ b/shell/shell/env @@ -63,7 +63,8 @@ PAGER=less export PAGER escape=`printf '\033'` -# Color man pages viewed with less, thanks to [1]. +# Color man pages viewed with less, thanks to [1]. Groff versions >= 1.23 also +# need GROFF_NO_SGR=1 for this to work. # # [1]: http://nion.modprobe.de/blog/archives/572-less-colors-for-man-pages.html # @@ -163,6 +164,9 @@ export GOPROXY # Same for https://sum.golang.org/ GOSUMDB=off export GOSUMDB +# Don't automatically download and execute other version of the Go toolchain +GOTOOLCHAIN=local +export GOTOOLCHAIN # Tell `ip -color` to use colors suitable for a dark terminal. Not sure if # this variable is also used by other programs.