aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-06-24 15:36:55 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-06-24 15:36:55 +1200
commit216e4f31abcfd7c5ec723f7b4b974f776aeeffd2 (patch)
tree72fb1e3029747d13b4f36106aa2584aaf432ae64 /bash
parentMove GREP_OPTIONS building to bashrc (diff)
downloaddotfiles-216e4f31abcfd7c5ec723f7b4b974f776aeeffd2.tar.gz
dotfiles-216e4f31abcfd7c5ec723f7b4b974f776aeeffd2.zip
Remove GREP_OPTIONS export
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc.d/grep.bash5
1 files changed, 0 insertions, 5 deletions
diff --git a/bash/bashrc.d/grep.bash b/bash/bashrc.d/grep.bash
index a242603d..277bc4cd 100644
--- a/bash/bashrc.d/grep.bash
+++ b/bash/bashrc.d/grep.bash
@@ -28,11 +28,6 @@ esac
# We're done parsing grep(1)'s --help output now
unset -v grep_help
-# Export the grep(1) options if we decided on any
-if [ -n "$GREP_OPTIONS" ] ; then
- export GREP_OPTIONS
-fi
-
# Define function wrapper for grep(1) with --color option if GREP_COLORS is
# set; checks that color is available in the terminal within the function
if [[ ! -n $GREP_COLORS ]] ; then