add ripgreprc

This commit is contained in:
joachimschmidt557 2023-05-07 16:56:17 +02:00
parent 0ca9bc86c0
commit 8a2d87b63f
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
3 changed files with 9 additions and 0 deletions

View file

@ -18,6 +18,10 @@ if not contains "/home/joachim/src/zig/build/stage3/bin" $PATH
set -gx PATH "/home/joachim/src/zig/build/stage3/bin" $PATH
end
if test -f $HOME/.ripgreprc
set -gx RIPGREP_CONFIG_PATH $HOME/.ripgreprc
end
function launch
true && $argv & && disown && exit
end