2022-11-02 08:26:20 -07:00
|
|
|
# Don't let ripgrep vomit really long lines to my terminal, and show a preview.
|
|
|
|
--max-columns=150
|
|
|
|
--max-columns-preview
|
|
|
|
|
|
|
|
# Add my 'web' type.
|
|
|
|
--type-add
|
|
|
|
web:*.{html,css,js}*
|
|
|
|
|
|
|
|
# Using glob patterns to include/exclude files or folders
|
|
|
|
--glob=!git/*
|
|
|
|
|
|
|
|
# or
|
|
|
|
--glob
|
|
|
|
!git/*
|
|
|
|
|
|
|
|
# Set the colors.
|
|
|
|
--colors=line:none
|
|
|
|
--colors=line:style:bold
|
|
|
|
|
|
|
|
# Because who cares about case!?
|
Update dotfiles/.local/share/chezmoi/private_dot_config/batrc, dotfiles/.local/share/chezmoi/private_dot_config/gtkrc, dotfiles/.config/kcminputrc, dotfiles/.local/share/chezmoi/private_dot_config/kcminputrc, dotfiles/.local/share/chezmoi/private_dot_config/konsolerc, dotfiles/.local/share/chezmoi/private_dot_config/ksplashrc, dotfiles/.local/share/chezmoi/private_dot_config/ktimezonedrc, dotfiles/.local/share/chezmoi/private_dot_config/kwinrc, dotfiles/.local/share/chezmoi/private_dot_config/plasma-localerc, dotfiles/.local/share/chezmoi/private_dot_config/plasmarc, dotfiles/.local/share/chezmoi/private_dot_config/ripgreprc, dotfiles/.local/share/chezmoi/private_dot_config/wgetrc, dotfiles/.config/ripgreprc, dotfiles/.local/share/chezmoi/private_dot_config/whalebrew
2022-11-21 17:51:31 -08:00
|
|
|
--smart-case
|