You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thanks for authoring this plugin.
Mac OS uses BSD grep rather than GNU grep. Because of this, grep's -P, --perl-regexp option is not available on Mac OS . This causes a bunch of error lines to be output every time you start a new shell with this plugin enabled: usage: grep [-abcDEFGHhIiJLlmnOoqRSsUVvwxZ] [-A num] [-B num] [-C[num]]
Hi,
Thanks for authoring this plugin.
Mac OS uses BSD grep rather than GNU grep. Because of this, grep's
-P, --perl-regexp
option is not available on Mac OS . This causes a bunch of error lines to be output every time you start a new shell with this plugin enabled:usage: grep [-abcDEFGHhIiJLlmnOoqRSsUVvwxZ] [-A num] [-B num] [-C[num]]
Here are a few options to support Mac OS:
grep
option-E, --extended-regexp
rather than-P, --perl-regexp
.I'll look into this further when I get a chance.
My OS:
The text was updated successfully, but these errors were encountered: