X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Fshell%2Fenv;h=74715a0eb3196f698556baa87b1211e5a79101af;hb=246cb5f430f8846edefc28783cfa4197bd9034c2;hp=973e54fda6e0f6fbe9b7b681e8c802bca3dde754;hpb=67efe240d43ed3284f9050432aeb1c31b7bbb863;p=config%2Fdotfiles.git diff --git a/shell/shell/env b/shell/shell/env index 973e54f..74715a0 100644 --- a/shell/shell/env +++ b/shell/shell/env @@ -164,4 +164,9 @@ export GOPROXY GOSUMDB=off export GOSUMDB +# Tell `ip -color` to use colors suitable for a dark terminal. Not sure if +# this variable is also used by other programs. +COLORFGBG=';0' +export COLORFGBG + # vim: ft=sh