mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-06 06:58:41 +00:00
7 lines
162 B
Plaintext
7 lines
162 B
Plaintext
# Don't let ripgrep vomit really long lines to my terminal, and show a preview.
|
|
--max-columns=150
|
|
--max-columns-preview
|
|
|
|
# Ignore contents of .git
|
|
--glob=!.git/*
|