summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Guschin <guschin@altlinux.org>2025-10-02 16:11:37 +0400
committerAndrew Guschin <guschin@altlinux.org>2025-10-02 16:11:37 +0400
commit3c93bd17544151bb4cb2af802eb2d76fc996adaa (patch)
treec33be05ba5de5f996f70b9b9ba53fa536778d167
parentad12903b772ea78610d30a93b712b954054bd6c2 (diff)
fix: gcc output auto colorHEADmaster
-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'