summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 16e3a9e..c5bb11c 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,7 +1,7 @@
# enable color support of ls and also add handy aliases
if [ -x /usr/bin/dircolors ] || [ "$(uname)" = "Darwin" ]; then
alias ls='ls --color=auto'
- alias gcc='gcc -fdiagnostics-color=always'
+ alias gcc='gcc -fdiagnostics-color=auto'
alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'