Just set GCC_COLORS to auto

We don't need a whole colour specification, I just need colours to be
present.
This commit is contained in:
2026-01-12 14:45:31 +01:00
parent e6e4c68b60
commit aa3f8e3751

View File

@@ -33,7 +33,7 @@ export XDG_CACHE_HOME="$HOME/.var/cache" # ~/.cache /var/cache
ln -sf "$XDG_CACHE_HOME" "$HOME/.cache"
# coloured GCC warnings and errors
export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
export GCC_COLORS=auto
# if executing interactively
# execute .bashrc in the current login context