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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -