comparison 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
comparison
equal deleted inserted replaced
503:18c6eb4d5c71 504:1403bfc694e4
206 export PATH=$HOME/bin:$PATH 206 export PATH=$HOME/bin:$PATH
207 207
208 export EDITOR=nvim 208 export EDITOR=nvim
209 export HGEDITOR=nvim 209 export HGEDITOR=nvim
210 210
211 export RIPGREP_CONFIG_PATH=$HOME/.config/ripgrep/ripgreprc
212
211 [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh 213 [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
212 export FZF_DEFAULT_COMMAND='ag -g ""' 214 export FZF_DEFAULT_COMMAND='ag -g ""'
213 [ -f ~/.zshrc.local ] && source ~/.zshrc.local 215 [ -f ~/.zshrc.local ] && source ~/.zshrc.local
214 216
215 # Must run after brew is loaded 217 # Must run after brew is loaded