bash: add rg.bash

This commit is contained in:
Paul Walker
2023-09-01 14:50:21 +01:00
parent 7df8b32765
commit a333cc1db3

3
bashrc.d/rg.bash Normal file
View File

@@ -0,0 +1,3 @@
if [ -r ~/.ripgreprc ] ; then
export RIPGREP_CONFIG_PATH=~/.ripgreprc
fi