diff dot_zshrc @ 504:1403bfc694e4

Add ripgrep configuration file
author zegervdv <zegervdv@me.com>
date Thu, 09 Dec 2021 09:06:14 +0100
parents f1d1eab204aa
children 36ba70d17fd6
line wrap: on
line diff
--- a/dot_zshrc	Fri Dec 10 10:17:42 2021 +0100
+++ b/dot_zshrc	Thu Dec 09 09:06:14 2021 +0100
@@ -208,6 +208,8 @@
 export EDITOR=nvim
 export HGEDITOR=nvim
 
+export RIPGREP_CONFIG_PATH=$HOME/.config/ripgrep/ripgreprc
+
 [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
 export FZF_DEFAULT_COMMAND='ag -g ""'
 [ -f ~/.zshrc.local ] && source ~/.zshrc.local