4 lines
77 B
Bash
4 lines
77 B
Bash
if [ -r ~/.ripgreprc ] ; then
|
|
export RIPGREP_CONFIG_PATH=~/.ripgreprc
|
|
fi
|
if [ -r ~/.ripgreprc ] ; then
|
|
export RIPGREP_CONFIG_PATH=~/.ripgreprc
|
|
fi
|