1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

Ignore .bzr folders in grep too

This commit is contained in:
Marc Cornellà 2014-12-13 19:14:23 +01:00
parent 0bd3c9996f
commit cf586b54b8

View file

@ -6,7 +6,7 @@
GREP_OPTIONS="--color=auto"
# 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() {
echo | grep $1 "" >/dev/null 2>&1