Files
dotfiles/bashrc.d/rg.bash
2023-09-01 14:50:21 +01:00

4 lines
77 B
Bash

if [ -r ~/.ripgreprc ] ; then
export RIPGREP_CONFIG_PATH=~/.ripgreprc
fi