mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
4 lines
115 B
Bash
4 lines
115 B
Bash
if command -v rg &>/dev/null && test -e $HOME/.ripgreprc ; then
|
|
export RIPGREP_CONFIG_PATH="$HOME/.ripgreprc"
|
|
fi
|