Set a theme for bat

This commit is contained in:
Jonny Barnes 2023-07-30 21:26:04 +01:00
parent 73d172125f
commit 1603e84652
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

@ -132,6 +132,9 @@ if type vivid &>/dev/null; then
export LS_COLORS="$(vivid generate ayu)" export LS_COLORS="$(vivid generate ayu)"
fi fi
# Set colour scheme got bat
export BAT_THEME='OneHalfDark'
# Source my own functions # Source my own functions
test -e $HOME/.zsh/functions.zsh && source $HOME/.zsh/functions.zsh test -e $HOME/.zsh/functions.zsh && source $HOME/.zsh/functions.zsh