Configure ripgrep through RIPGREP_CONFIG_PATH
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
42e943b1a8
commit
3d08fb9d83
2 changed files with 6 additions and 0 deletions
5
.config/ripgreprc
Normal file
5
.config/ripgreprc
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Search for upper and lower case characters when input is all lowercase
|
||||
--smart-case
|
||||
|
||||
# Exclude vendor directory
|
||||
--glob=!**/vendor/**
|
|
@ -19,6 +19,7 @@ export ANSIBLE_NOCOWS=1
|
|||
export LANG=en_US.UTF-8
|
||||
export LC_CTYPE=${LANG}
|
||||
export TZ="Europe/Berlin"
|
||||
export RIPGREP_CONFIG_PATH=$HOME/.config/ripgreprc
|
||||
|
||||
## Map ctrl+← and ctrl+→ to move cursor word wise
|
||||
bindkey -e
|
||||
|
|
Loading…
Reference in a new issue