Files
skel/dotfiles/zshrc.d/tools.zsh
David Tomaschik 569199a280 Ripgrep config
2025-05-01 14:05:16 -07:00

4 lines
115 B
Bash

if command -v rg &>/dev/null && test -e $HOME/.ripgreprc ; then
export RIPGREP_CONFIG_PATH="$HOME/.ripgreprc"
fi