diff options
| -rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |