How to configure RIPGREP_CONFIG_PATH for PowerShell? #2370
-
Hello! I'm running Windows 11, using the native Terminal, with PowerShell 7.3.0. I have ripgrep 13.0.0 (rev af6b6c5) installed via chocolatey 1.2.1. I tried setting RIPGREP_CONFIG_PATH via Windows System-wide environment variables... None of the above made ripgrep recognize my config file. How can I make rg read my RIPGREP_CONFIG_PATH, or, how can I pass a config file to it on PowerShell? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I solved my issue by setting user variables for my user, and instead of using |
Beta Was this translation helpful? Give feedback.
I solved my issue by setting user variables for my user, and instead of using
$HOME\.ripgreprc
in the value, I used the full path, like:C:\Users\blabla\.ripgreprc