chiark / gitweb /
dot/profile: Inhibit angry-fruit-salad errors from things.
[profile] / dot / profile
index 4df991ec12a40b4ef005a0e99f718fdeddf03d95..ec535c73abe50244ea908c895229017814df042f 100644 (file)
@@ -278,6 +278,11 @@ CARGO_HOME=$HOME/.cache/cargo; export CARGO_HOME
 ## Configure `ps'.
 PS_PERSONALITY=gnu; export PS_PERSONALITY
 
+## Turn off angry fruit salad error messages from things.
+DPKG_COLORS=never; export DPKG_COLORS
+GCC_COLORS=; export GCC_COLORS
+CCC_OVERRIDE_OPTIONS="#^-fno-color-diagnostics"; export CCC_OVERRIDE_OPTIONS
+
 ## Disable core dumps.
 ulimit -S -c 0