diff --git a/bashrc.d/rg.bash b/bashrc.d/rg.bash new file mode 100644 index 0000000..4f0ede7 --- /dev/null +++ b/bashrc.d/rg.bash @@ -0,0 +1,3 @@ +if [ -r ~/.ripgreprc ] ; then + export RIPGREP_CONFIG_PATH=~/.ripgreprc +fi