Mercurial > dotfiles
comparison dot_bashrc @ 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 |
comparison
equal
deleted
inserted
replaced
505:38b7afc9e492 | 506:36ba70d17fd6 |
---|---|
104 | 104 |
105 export EDITOR=nvim | 105 export EDITOR=nvim |
106 export HGEDITOR=nvim | 106 export HGEDITOR=nvim |
107 | 107 |
108 export RIPGREP_CONFIG_PATH=$HOME/.config/ripgrep/ripgreprc | 108 export RIPGREP_CONFIG_PATH=$HOME/.config/ripgrep/ripgreprc |
109 export BAT_CONFIG_PATH=$HOME/.config/bat/config | |
109 | 110 |
110 stty > /dev/null | 111 stty > /dev/null |
111 | 112 |
112 # Options | 113 # Options |
113 shopt -s globstar | 114 shopt -s globstar |