From f5c625969c9376bdaaa9b9e10f764555fbccd191 Mon Sep 17 00:00:00 2001 From: Sergio Pieiga Date: Tue, 25 Nov 2014 16:41:18 -0500 Subject: [PATCH] Update appearance.bash gnu grep v2.21 depracates GREP_OPTIONS use. --- lib/appearance.bash | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/appearance.bash b/lib/appearance.bash index 8e4b5ef2..cff527db 100644 --- a/lib/appearance.bash +++ b/lib/appearance.bash @@ -1,9 +1,5 @@ #!/usr/bin/env bash -# colored grep -export GREP_OPTIONS='--color=auto' -export GREP_COLOR='1;33' - # colored ls export LSCOLORS='Gxfxcxdxdxegedabagacad'