Created
December 9, 2025 04:11
-
-
Save Skinner927/ca5d2e95533906f38ab2255c65633c86 to your computer and use it in GitHub Desktop.
ripgrep config file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Need to add this to your .*rc file because rg doesn't have a default config path | |
| # export RIPGREP_CONFIG_PATH="$HOME/.ripgreprc" | |
| # Search dot files | |
| --hidden | |
| # But still ignore .git/* | |
| --glob=!.git/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment