This commit is contained in:
Søren Palmund 2014-04-03 10:03:32 +00:00
commit 40fbdd325e

View file

@ -5,9 +5,6 @@
# avoid VCS folders # avoid VCS folders
GREP_OPTIONS= GREP_OPTIONS=
for PATTERN in .cvs .git .hg .svn; do
GREP_OPTIONS+="--exclude-dir=$PATTERN "
done
GREP_OPTIONS+="--color=auto" GREP_OPTIONS+="--color=auto"
export GREP_OPTIONS="$GREP_OPTIONS" export GREP_OPTIONS="$GREP_OPTIONS"
export GREP_COLOR='1;32' export GREP_COLOR='1;32'