From 288ec0a25d37ae0ce9d2494bb3866b7cc6b4cc5b Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Sun, 18 Jan 2026 09:52:51 -0500 Subject: add more kak configs. --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index b8ca6d7..7fa8e8d 100644 --- a/.bash_profile +++ b/.bash_profile @@ -4,7 +4,7 @@ if [ -f ~/.profile ]; then source ~/.profile; fi export SUDO="doas" -export TERMINAL="st" +export TERMINAL="alacritty" export BROWSER="librewolf" export EDITOR="nvim" export XDG_CONFIG_HOME="$HOME/.config" -- cgit v1.2.3