add ripgrep config
This commit is contained in:
6
.config/ripgreprc
Normal file
6
.config/ripgreprc
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# Enable smart case
|
||||||
|
--smart-case
|
||||||
|
|
||||||
|
# Limit preview
|
||||||
|
--max-columns=150
|
||||||
|
--max-columns-preview
|
||||||
3
.profile
3
.profile
@@ -33,6 +33,9 @@ export LESS=iR
|
|||||||
# set exa colors
|
# set exa colors
|
||||||
export EXA_COLORS="da=32"
|
export EXA_COLORS="da=32"
|
||||||
|
|
||||||
|
# set ripgrep config file
|
||||||
|
export RIPGREP_CONFIG_PATH="$HOME/.config/ripgreprc"
|
||||||
|
|
||||||
# use all cores with Makefile's
|
# use all cores with Makefile's
|
||||||
export MAKEFLAGS="-j$(nproc --all)"
|
export MAKEFLAGS="-j$(nproc --all)"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user