|
|
|
|
|
by great_wubwub
249 days 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-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. |
|