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