Commit cf586b54 authored by Marc Cornellà's avatar Marc Cornellà
Browse files

Ignore .bzr folders in grep too

parent 0bd3c999
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
GREP_OPTIONS="--color=auto" GREP_OPTIONS="--color=auto"
# avoid VCS folders (if the necessary grep flags are available) # avoid VCS folders (if the necessary grep flags are available)
VCS_FOLDERS="{.cvs,.git,.hg,.svn}" VCS_FOLDERS="{.bzr,.cvs,.git,.hg,.svn}"
grep-flag-available() { grep-flag-available() {
echo | grep $1 "" >/dev/null 2>&1 echo | grep $1 "" >/dev/null 2>&1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment