Merge remote-tracking branch 'upstream/master'

master
Bob Williams 12 years ago
commit 1ca4e2146b
  1. 5
      lib/grep.zsh

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

Loading…
Cancel
Save