From 01e050143ec82ce801903f8d175cf4a7c4da3973 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 19 Jun 2015 14:16:42 +1200 Subject: Add colors to gcc output --- sh/profile.d/gcc.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sh/profile.d/gcc.sh (limited to 'sh') 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 + -- cgit v1.2.3