From 1603e84652c4c513bb10b5d35ecfd0597d79e38d Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sun, 30 Jul 2023 21:26:04 +0100 Subject: [PATCH] Set a theme for `bat` --- zshrc.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc.zsh b/zshrc.zsh index 3cd1d7b..e6887db 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -132,6 +132,9 @@ if type vivid &>/dev/null; then export LS_COLORS="$(vivid generate ayu)" fi +# Set colour scheme got bat +export BAT_THEME='OneHalfDark' + # Source my own functions test -e $HOME/.zsh/functions.zsh && source $HOME/.zsh/functions.zsh