RIPGREP_CONFIG_PATH
This commit is contained in:
parent
16ea2e2d7c
commit
1f43ea8730
|
@ -12,6 +12,12 @@ if status is-interactive
|
|||
set fish_cursor_replace_one underscore blink
|
||||
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
|
||||
direnv hook fish | source
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue