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

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

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

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