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"