Hacker News new | ask | show | jobs
by quindecagon 2344 days ago
Retrain your muscle memory.

grep () {

  echo "Use rg"

  rg "$@"

}