aboutsummaryrefslogtreecommitdiff
path: root/config/all
diff options
context:
space:
mode:
Diffstat (limited to 'config/all')
-rw-r--r--config/all/zsh/20-appearance.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/all/zsh/20-appearance.zsh b/config/all/zsh/20-appearance.zsh
index 1672790..97c42a0 100644
--- a/config/all/zsh/20-appearance.zsh
+++ b/config/all/zsh/20-appearance.zsh
@@ -16,7 +16,7 @@ else
fi
# grep
-export GREP_COLOR='1;32'
+export GREP_COLORS='mt=1;32'
alias grep='grep --color=auto'
alias egrep='egrep --color=auto'
alias fgrep='fgrep --color=auto'