aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/grep.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/shrc.d/grep.sh')
-rw-r--r--sh/shrc.d/grep.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sh/shrc.d/grep.sh b/sh/shrc.d/grep.sh
index 3df1ee9a..43797ef5 100644
--- a/sh/shrc.d/grep.sh
+++ b/sh/shrc.d/grep.sh
@@ -28,7 +28,7 @@ grep() {
# Add --exclude to ignore .gitignore and .gitmodules files
[ -e "$HOME"/.cache/sh/opt/grep/exclude ] &&
set -- \
- --exclude=.gitignore \
+ --exclude=.gitignore \
--exclude=.gitmodules \
"$@"
@@ -37,7 +37,7 @@ grep() {
set -- \
--exclude-dir=.cvs \
--exclude-dir=.git \
- --exclude-dir=.hg \
+ --exclude-dir=.hg \
--exclude-dir=.svn \
"$@"