aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-06-15 16:47:18 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-06-15 16:47:18 +1200
commit1a97219360e0a8ffab8eed6662197528d14ffb6d (patch)
tree377ee8831b31c639329ad4addcdf3e4492449801 /sh
parentRemove sudo(8)/sudoedit(8) completion (diff)
downloaddotfiles-1a97219360e0a8ffab8eed6662197528d14ffb6d.tar.gz
dotfiles-1a97219360e0a8ffab8eed6662197528d14ffb6d.zip
Reset GREP_OPTIONS before building it
Diffstat (limited to 'sh')
-rw-r--r--sh/profile.d/grep.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/profile.d/grep.sh b/sh/profile.d/grep.sh
index e83d6268..c722f9fb 100644
--- a/sh/profile.d/grep.sh
+++ b/sh/profile.d/grep.sh
@@ -11,6 +11,7 @@ esac
# Use GREP_OPTIONS to add some useful --exclude and --exclude-dir options to
# grep(1) calls if applicable
+GREP_OPTIONS=
case $grep_help in
*--exclude*)
for exclude in .gitignore .gitmodules ; do