From 41c1728083bc1395c0abc66f89c898fb3d80515a Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 24 Jun 2024 15:37:28 -0400 Subject: [PATCH] Updated bashrc to colorize gcc --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 547ed92..fbce3cc 100644 --- a/.bashrc +++ b/.bashrc @@ -85,7 +85,7 @@ if [ -x /usr/bin/dircolors ]; then fi # colored 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='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' # some more ls aliases alias ll='ls -alF'