RIPGREP_CONFIG_PATH

This commit is contained in:
Lukas Wurzinger 2024-12-19 01:42:54 +01:00
parent 16ea2e2d7c
commit 1f43ea8730
No known key found for this signature in database

View file

@ -12,6 +12,12 @@ if status is-interactive
set fish_cursor_replace_one underscore blink set fish_cursor_replace_one underscore blink
set fish_cursor_visual block set fish_cursor_visual block
if set -q XDG_CONFIG_HOME
set -x RIPGREP_CONFIG_PATH $XDG_CONFIG_HOME/ripgrep/ripgreprc
else
set -x RIPGREP_CONFIG_PATH ~/.config/ripgrep/ripgreprc
end
if type -q direnv if type -q direnv
direnv hook fish | source direnv hook fish | source
end end