1
0

add ripgrep config

This commit is contained in:
2022-07-11 13:38:12 +02:00
parent 2495bf9074
commit 81a0825e03
2 changed files with 9 additions and 0 deletions

6
.config/ripgreprc Normal file
View File

@@ -0,0 +1,6 @@
# Enable smart case
--smart-case
# Limit preview
--max-columns=150
--max-columns-preview

View File

@@ -33,6 +33,9 @@ export LESS=iR
# set exa colors
export EXA_COLORS="da=32"
# set ripgrep config file
export RIPGREP_CONFIG_PATH="$HOME/.config/ripgreprc"
# use all cores with Makefile's
export MAKEFLAGS="-j$(nproc --all)"