Added smartcase to ripgrep by default

This commit is contained in:
Patrick Wadström 2020-09-29 14:03:53 +02:00
parent ac712e38b5
commit a9b9647518
2 changed files with 4 additions and 0 deletions

1
.ripgrep Normal file
View File

@ -0,0 +1 @@
--smart-case

3
.zshrc
View File

@ -115,3 +115,6 @@ export EDITOR='vim'
# FZF
export FZF_DEFAULT_COMMAND='fd --type f'
# RIPGREP
export RIPGREP_CONFIG_PATH="${HOME}/.ripgrep"