summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorJake Koroman <jake@jakekoroman.com>2026-01-18 09:52:51 -0500
committerJake Koroman <jake@jakekoroman.com>2026-01-18 09:52:51 -0500
commit288ec0a25d37ae0ce9d2494bb3866b7cc6b4cc5b (patch)
tree850c0f772047af5e9d4d034f4889f90a8607f834 /.bash_profile
parent0db73e43f670aa5ff83358e8e9a13fe0c8fab6bc (diff)
add more kak configs.
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
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"