zpm-zsh / autoenv

Autoenv for zsh
GNU General Public License v3.0
165 stars 23 forks source link

Use grep -q instead of --quiet #22

Closed MatthewFlamm closed 5 years ago

MatthewFlamm commented 5 years ago

Im using termux, and grep does not have --quiet only -q. I think that -q is more universal.

grigorii-horos commented 5 years ago

@MatthewFlamm You are right, -q is more universal. But termux uses grep from busybox, and I recommend you to install package grep manually and use them.

MatthewFlamm commented 5 years ago

Thanks for the tip!

MatthewFlamm commented 5 years ago

I installed manually, and it would have worked this way too. Thanks again!