Ignore .bzr folders in grep too
This commit is contained in:
parent
0bd3c9996f
commit
cf586b54b8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user