← Back to context Comment by BrouteMinou 8 hours ago So I stand corrected. I did indeed use ripgrep as a drop-in replacement.That's on me! 1 comment BrouteMinou Reply great_wubwub 5 hours ago I've been playing around with this over the years and this is what I put in my .rgrc:--smart-case --no-messages --hidden --ignore-vcsand then point to it with.zshenv 3:export RIPGREP_CONFIG_PATH="$HOME/.rgrc"Not perfect and sometimes I reach for good old fashioned escaped \grep but most of the time it's fine.
great_wubwub 5 hours ago I've been playing around with this over the years and this is what I put in my .rgrc:--smart-case --no-messages --hidden --ignore-vcsand then point to it with.zshenv 3:export RIPGREP_CONFIG_PATH="$HOME/.rgrc"Not perfect and sometimes I reach for good old fashioned escaped \grep but most of the time it's fine.
I've been playing around with this over the years and this is what I put in my .rgrc:
--smart-case --no-messages --hidden --ignore-vcs
and then point to it with
.zshenv 3:export RIPGREP_CONFIG_PATH="$HOME/.rgrc"
Not perfect and sometimes I reach for good old fashioned escaped \grep but most of the time it's fine.