From 8f13a4662b231b5149fca03311d6bfbbc9a6d610 Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Sun, 6 Nov 2022 14:41:44 -0800 Subject: [PATCH] zshrc: update GREP_COLORS --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index a34bfa9..18c2c93 100644 --- a/zshrc +++ b/zshrc @@ -73,7 +73,7 @@ if [ "$TERM" != "dumb" ]; then alias dir='ls --color=auto --group-directories-first -F' # grep color - export GREP_COLOR="1;33" + export GREP_COLORS="mt=1;33" alias grep='grep --color=auto' fi # }}} -- 2.51.2