comparison dot_zshrc @ 506:36ba70d17fd6

Add One Dark theme for bat
author zegervdv <zegervdv@me.com>
date Sat, 18 Dec 2021 10:35:27 +0100
parents 1403bfc694e4
children ee04e4821479
comparison
equal deleted inserted replaced
505:38b7afc9e492 506:36ba70d17fd6
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 211 export RIPGREP_CONFIG_PATH=$HOME/.config/ripgrep/ripgreprc
212 export BAT_CONFIG_PATH=$HOME/.config/bat/config
212 213
213 [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh 214 [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
214 export FZF_DEFAULT_COMMAND='ag -g ""' 215 export FZF_DEFAULT_COMMAND='ag -g ""'
215 [ -f ~/.zshrc.local ] && source ~/.zshrc.local 216 [ -f ~/.zshrc.local ] && source ~/.zshrc.local
216 217