diff options
| author | Andrew Guschin <guschin@altlinux.org> | 2025-10-02 16:11:37 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin@altlinux.org> | 2025-10-02 16:11:37 +0400 |
| commit | 3c93bd17544151bb4cb2af802eb2d76fc996adaa (patch) | |
| tree | c33be05ba5de5f996f70b9b9ba53fa536778d167 | |
| parent | ad12903b772ea78610d30a93b712b954054bd6c2 (diff) | |
| -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' |