From aa3f8e3751ab1a286e073a84f85501bcc8c5dcc9 Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 12 Jan 2026 14:45:31 +0100 Subject: [PATCH] Just set GCC_COLORS to auto We don't need a whole colour specification, I just need colours to be present. --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index a33ac70..94020b9 100644 --- a/.profile +++ b/.profile @@ -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