(bash) export bat theme env

This commit is contained in:
jc 2024-06-15 21:07:14 -04:00
commit 5a50802210
No known key found for this signature in database

View file

@ -267,3 +267,6 @@ command -v rustc > /dev/null 2>&1
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo -e "$WARNING rust is not installed" echo -e "$WARNING rust is not installed"
fi fi
# set bat theme
export BAT_THEME="ansi"