From 685b714991a77ca3adde90c5d7095d3edcacdb15 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 23 Nov 2018 16:41:10 +1300 Subject: Remove a lot of alignment spacing --- sh/shrc.d/grep.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sh/shrc.d') 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 \ "$@" -- cgit v1.2.3