aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/grep.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/profile.d/grep.sh')
-rw-r--r--sh/profile.d/grep.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/sh/profile.d/grep.sh b/sh/profile.d/grep.sh
index 8c1c5836..892351ca 100644
--- a/sh/profile.d/grep.sh
+++ b/sh/profile.d/grep.sh
@@ -18,11 +18,4 @@
touch -- "$gcd"/"$opt" || exit
done
fi
-) || return
-
-# If one of the available options is --color, set the GREP_COLORS environment
-# variable
-if [ -e "$HOME"/.cache/grep/color ] ; then
- GREP_COLORS='ms=01;31:mc=01;31:sl=:cx=:fn=35:ln=32:bn=32:se=36'
- export GREP_COLORS
-fi
+)