dot/profile: Inhibit angry-fruit-salad errors from things.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 8 Oct 2019 22:19:16 +0000 (23:19 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 8 Oct 2019 22:19:16 +0000 (23:19 +0100)
There'll be more of this to come, I'm sure, but it's a start.  Maybe
I'll be able to find my prompt again.

dot/profile

index 4df991e..ec535c7 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