From 12f5a4f7effe532e32ab42957556c16ab7c97628 Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Wed, 7 Aug 2024 17:21:02 -0400 Subject: [PATCH] (bash) use kitty --- bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.bashrc b/bash/.bashrc index 59cab63..ddb7286 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -236,7 +236,7 @@ fi export TERM_COLOR_MODE # set the terminal color theme -USE_TERM=alacritty +USE_TERM=kitty if [ $TERM_COLOR_MODE == "light" ]; then if [ $USE_TERM == "kitty" ]; then kitten @ set-colors --all "$HOME/.config/kitty/light.conf"