Run ripgrep without loading config defaults.
Section: Config files
Ignore the config for one invocation
bash
bash
rg --no-config 'token' .Explanation
This is useful when debugging an alias or a surprising default behavior.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Config files
Point ripgrep at a config file
Set a path that ripgrep reads for default arguments.
Sample ripgrep config contents
Example settings for smart case and hidden files.
Define a custom type in config
Persist custom type mappings across sessions.
Debug config-driven behavior
Inspect the effective path filtering and search decisions.
Emit vimgrep-style results
Print `file:line:column:text` output for editors.