Correct GREP_COLOR deprecated opt

This commit is contained in:
Mathieu Maret 2022-09-15 15:50:56 +02:00
parent b5692909af
commit 67bbdc79b1
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ fi
unfunction grep-flag-available
#export GREP_OPTIONS="$GREP_OPTIONS"
export GREP_COLOR='1;31'
export GREP_COLOR='mt=1;31'
alias grep="grep $GREP_OPT"