]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/shell/env
shell: aliases: enable colors for `ip`
[config/dotfiles.git] / shell / shell / env
index 973e54fda6e0f6fbe9b7b681e8c802bca3dde754..74715a0eb3196f698556baa87b1211e5a79101af 100644 (file)
@@ -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