diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2026-03-19 09:18:16 -0400 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2026-03-19 09:18:16 -0400 |
| commit | b4b1666bffb8393fe9854734e2c72458b50f9bcb (patch) | |
| tree | 94edb5a72247dd0fc0f68a7ef1a2b4ee4851c3f8 /.bash_profile | |
| parent | e4bb9e2697f91285dbb5b6440101b3c6838106a1 (diff) | |
TERM back to st, some new aliases and PS1.
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
