# HG changeset patch # User Oleksandr Gavenko # Date 1671979497 -7200 # Node ID 1616bc25541ca80ad3c595cbedb702b1ddd0476f # Parent 3f4f94c38069c99c349c3b90244c1d6d28333690 Fixed warning: grep: warning: GREP_COLOR is deprecated; use GREP_COLORS. diff -r 3f4f94c38069 -r 1616bc25541c .bashrc --- a/.bashrc Thu Dec 22 16:47:44 2022 +0200 +++ b/.bashrc Sun Dec 25 16:44:57 2022 +0200 @@ -163,7 +163,7 @@ complete -F _mypath mypath # LANG=C for speed. -alias grep='GREP_COLOR="31;47" LANG=C grep --color=auto' +alias grep='GREP_COLORs="31;47" LANG=C grep --color=auto' case $OSTYPE in linux*|cygwin) alias ls='ls --color=auto' ;; esac