From a15ed58153f4e705cdf088f96f337f545a7df86e Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Sun, 23 Oct 2022 08:07:26 -0400 Subject: [PATCH] Updating GREP_COLORS due to deprecation --- dot_config/zsh/configs/colors.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/zsh/configs/colors.zsh b/dot_config/zsh/configs/colors.zsh index 8f7bd08..757bd1a 100644 --- a/dot_config/zsh/configs/colors.zsh +++ b/dot_config/zsh/configs/colors.zsh @@ -1,7 +1,7 @@ export CLICOLOR=1 # enable colored output from ls, etc. on FreeBSD-based systems if [ -x /usr/bin/dircolors ]; then - export GREP_COLOR='1;32' + export GREP_COLOR='mt=1;32' LS_COLORS_AUDIO="38;5;218" LS_COLORS_VIDEO="38;5;216" LS_COLORS_ARCHIVE="38;5;204"