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 -

android - IBM Worklight 6.1 [Application Error] There was a network error (file:///android_asset/www/index.html) -