Added ripgrep config env var

This commit is contained in:
2026-08-11 15:56:21 +02:00
parent 731188fa52
commit bf0b0dead2
+2
View File
@@ -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'