From 6d6558140aa7be52e238b7022332705589d84b60 Mon Sep 17 00:00:00 2001 From: Tomas Pustelnik <10606260+Pustelto@users.noreply.github.com> Date: Tue, 21 May 2024 21:35:05 +0200 Subject: [PATCH] add path to ripgrep config file --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index cb1e9c1..6a739f1 100644 --- a/zshrc +++ b/zshrc @@ -104,6 +104,9 @@ _fzf_compgen_path() { fd --type f --hidden --follow --no-ignore --exclude ".git" --exclude "node_modules" . "$1" } +# ripgrep config file +RIPGREP_CONFIG_PATH=$HOME/.ripgreprc + # Bat config # export BAT_THEME="Monokai Extended" # export BAT_PAGER=less