From e91f1a0aeb7db8eacc072ecd40131d1459eb69dc Mon Sep 17 00:00:00 2001 From: Sergio Pieiga Date: Thu, 27 Nov 2014 08:29:45 -0500 Subject: [PATCH] grep v2.21 compatibility grep v2.21 depracates GREP_OPTIONS env var --- lib/appearance.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/appearance.bash b/lib/appearance.bash index 8e4b5ef2..fecb4686 100644 --- a/lib/appearance.bash +++ b/lib/appearance.bash @@ -1,7 +1,7 @@ #!/usr/bin/env bash # colored grep -export GREP_OPTIONS='--color=auto' +alias grep='grep --color=auto' export GREP_COLOR='1;33' # colored ls