From b4b1666bffb8393fe9854734e2c72458b50f9bcb Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Thu, 19 Mar 2026 09:18:16 -0400 Subject: TERM back to st, some new aliases and PS1. --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 187b090..7d049d9 100644 --- a/.bash_profile +++ b/.bash_profile @@ -4,7 +4,7 @@ if [ -f ~/.profile ]; then source ~/.profile; fi export SUDO="doas" -export TERMINAL="alacritty" +export TERMINAL="st" export BROWSER="librewolf" export EDITOR="kak" export XDG_CONFIG_HOME="$HOME/.config" -- cgit v1.2.3