From 8d9678c350c7a5caf35ed9edf0ef573c46f6c72a Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sat, 15 Jul 2023 13:52:49 -0700 Subject: [PATCH] bat ashes --- runcoms/zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runcoms/zshrc b/runcoms/zshrc index 272bae0..1d60e6b 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -89,6 +89,10 @@ if [ $commands[exa] ]; then export EXA_COLORS="di=34" fi +if [ $commands[bat] ]; then + export BAT_THEME="ashes" +fi + # https://docs.brew.sh/Shell-Completion if type brew &>/dev/null then