aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-06-19 14:16:42 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-06-19 14:16:42 +1200
commit01e050143ec82ce801903f8d175cf4a7c4da3973 (patch)
tree808f1281b54ff7e62f0c2fac51184b27ece2cab3
parentUse surround commands to get current word (diff)
downloaddotfiles-01e050143ec82ce801903f8d175cf4a7c4da3973.tar.gz
dotfiles-01e050143ec82ce801903f8d175cf4a7c4da3973.zip
Add colors to gcc output
-rw-r--r--sh/profile.d/gcc.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/sh/profile.d/gcc.sh b/sh/profile.d/gcc.sh
new file mode 100644
index 00000000..d60d0ac6
--- /dev/null
+++ b/sh/profile.d/gcc.sh
@@ -0,0 +1,3 @@
+GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
+export GCC_COLORS
+