move bat theming to shell

Amolith created

Change summary

dot_config/zsh/private_dot_zshrc.tmpl | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Detailed changes

dot_config/zsh/private_dot_zshrc.tmpl 🔗

@@ -2,10 +2,12 @@
 {{- if eq .theme_variant "dark" }}
 # https://github.com/catppuccin/zsh-syntax-highlighting
 source ~/.config/zsh/themes/catppuccin-macchiato.zsh
+export BAT_THEME="Catppuccin-macchiato"
 {{- end }}
 {{- if eq .theme_variant "light" }}
 # https://github.com/catppuccin/zsh-syntax-highlighting
 source ~/.config/zsh/themes/catppuccin-latte.zsh
+export BAT_THEME="Catppuccin-latte"
 {{- end }}
 
 # Remove older command from the history if a duplicate is to be added.
@@ -168,7 +170,7 @@ alias clip="xclip -selection clipboard"
 alias tmp="cd $(mktemp -d)"
 alias send="rsync -amzzP"
 alias tree="exa --tree"
-alias bat="bat -n --theme base16 --tabs 2"
+alias bat="bat -n --tabs 2"
 alias mov="ranger ~/Bulk/Media/Movies"
 alias tv="ranger ~/Bulk/Media/TV\ Shows"
 alias yt="ranger ~/Bulk/Media/YouTube"