Updated bashrc to colorize gcc

This commit is contained in:
Eric Renfro 2024-06-24 15:37:28 -04:00
parent 56bb6db657
commit 41c1728083
Signed by: psi-jack
SSH key fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM

View file

@ -85,7 +85,7 @@ if [ -x /usr/bin/dircolors ]; then
fi fi
# colored GCC warnings and errors # 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 # some more ls aliases
alias ll='ls -alF' alias ll='ls -alF'