I’ve aliased grep to it so that I never have to suffer through slow searches if I type grep out of muscle memory.
Love reading his code too.
grep () {
echo "Use rg" rg "$@" }
I’ve aliased grep to it so that I never have to suffer through slow searches if I type grep out of muscle memory.
Love reading his code too.