Hacker News
new
past
comments
ask
show
jobs
points
by
qsera
11 hours ago
|
comments
by
pie_flavor
11 hours ago
|
next
[-]
This is a nonstandard tool. If you can't customize your machine, you already don't have it.
reply
by
qsera
10 hours ago
|
parent
|
[-]
But it could be one day..
reply
by
worksonmine
10 hours ago
|
prev
|
[-]
Do something like this to fall back to plain grep. You will somehow have to share these configurations across machines though.
alias g=grep command -v rg 2>&1/dev/null && alias g=rg
reply