From bf0b0dead253df3d74343a56bb092c8348cdb763 Mon Sep 17 00:00:00 2001 From: Luminiferous Date: Tue, 11 Aug 2026 15:56:21 +0200 Subject: [PATCH] Added ripgrep config env var --- config.nu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.nu b/config.nu index 40fa4ea..eec5867 100644 --- a/config.nu +++ b/config.nu @@ -20,6 +20,8 @@ $env.EDITOR = 'nvim' $env.VISUAL = 'nvim' +$env.RIPGREP_CONFIG_PATH = $'($env.HOME)/.config/ripgrep/rg.conf' + use std/util 'path add' path add '~/.local/bin' path add '~/.cargo/bin'