osx - Oh-my-zsh mac os X broken -
this morning oh-my-zsh update. since then, each time launch terminal :
grep: unrecognized option `--exclude-dir=.cvs'
idem when try use git-flow
any idea ?
grep versions lower 2.5.3 not have option. try upgrade grep, or comment out lines
for pattern in .cvs .git .hg .svn; grep_options+="--exclude-dir=$pattern " done
at .oh-my-zsh/lib/grep.zsh line 9. works fine again.
Comments
Post a Comment