commit bde63d27db65977d25e06b5180e86070f99c4544
parent 15a734ff4f451ffeea24a5112aa16bd55a56661c
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Thu, 3 Nov 2022 18:07:01 +0100
fix deprecation warning
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh/zshrc b/zsh/zshrc
@@ -79,7 +79,7 @@ zmodload zsh/complist
setopt extendedglob
zstyle ':completion:*:*:kill:*:processes' list-colors "=(#b) #([0-9]#)*=36=31"
-export GREP_COLOR=31
+export GREP_COLOR="mt=31"
zstyle ':completion:*:sudo:*' command-path /usr/local/sbin /usr/local/bin \