mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
Ripgrep config
This commit is contained in:
3
dotfiles/zshrc.d/tools.zsh
Normal file
3
dotfiles/zshrc.d/tools.zsh
Normal file
@@ -0,0 +1,3 @@
|
||||
if command -v rg &>/dev/null && test -e $HOME/.ripgreprc ; then
|
||||
export RIPGREP_CONFIG_PATH="$HOME/.ripgreprc"
|
||||
fi
|
||||
Reference in New Issue
Block a user