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