Skip to content

Commit b479c92

Browse files
authored
.bash_profile: pop GCC_COLORS in
1 parent 95d1eca commit b479c92

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

skel/.bash_profile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ append () {
2222
export PATH="$NEWPATH:$1"
2323
}
2424

25+
# Set GCC_COLORS to something to trigger the tty-dependent auto coloring.
26+
# Using a dummy value so we are not overriding the defaults.
27+
export GCC_COLORS="${GCC_COLORS:-aosc-dummy=01}"
28+
2529
if [ -f "$HOME/.bashrc" ] ; then
2630
source $HOME/.bashrc
2731
fi
2832

29-
3033
# End ~/.bash_profile

0 commit comments

Comments
 (0)