Skip to content

Instantly share code, notes, and snippets.

@Skinner927
Created December 9, 2025 04:11
Show Gist options
  • Select an option

  • Save Skinner927/ca5d2e95533906f38ab2255c65633c86 to your computer and use it in GitHub Desktop.

Select an option

Save Skinner927/ca5d2e95533906f38ab2255c65633c86 to your computer and use it in GitHub Desktop.
ripgrep config file
# 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