Ripgrep config

This commit is contained in:
David Tomaschik
2025-05-01 14:05:16 -07:00
parent 61e81f33c8
commit 569199a280
4 changed files with 682 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
if command -v rg &>/dev/null && test -e $HOME/.ripgreprc ; then
export RIPGREP_CONFIG_PATH="$HOME/.ripgreprc"
fi