From 120823fd2ec071eb6f0e7fed7262c46b860b35a8 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Tue, 14 Apr 2020 15:50:17 +0200 Subject: [PATCH] Update grep colorization --- shell/colors | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/colors b/shell/colors index e359504..ce1addb 100755 --- a/shell/colors +++ b/shell/colors @@ -1,7 +1,7 @@ # add some color -GREP_OPTIONS='--color=auto' +alias grep=grep --color=auto CLICOLOR=1; -export GREP_OPTIONS CLICOLOR +export CLICOLOR # gnome terminal knows colors [[ "$COLORTERM" == "gnome-terminal" ]] && export TERM=xterm-256color