mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 05:40:08 +00:00
Ignore .bzr folders in grep too
This commit is contained in:
parent
0bd3c9996f
commit
cf586b54b8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue