From 3c93bd17544151bb4cb2af802eb2d76fc996adaa Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Thu, 2 Oct 2025 16:11:37 +0400 Subject: fix: gcc output auto color --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3