From 5a50802210185a284d50461f440ea11bce2dd805 Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Sat, 15 Jun 2024 21:07:14 -0400 Subject: [PATCH] (bash) export bat theme env --- bash/.bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/.bashrc b/bash/.bashrc index cb3a35e..ab5f8e8 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -267,3 +267,6 @@ command -v rustc > /dev/null 2>&1 if [ $? -ne 0 ]; then echo -e "$WARNING rust is not installed" fi + +# set bat theme +export BAT_THEME="ansi"