summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-07-16 18:21:57 -0500
committerZachIR <zachir@librem.one>2025-07-16 18:21:57 -0500
commita42beee500a77b5f1144396585a40d862309ed5a (patch)
tree0658d219911127165eb6dd1e77815f14b53fb185 /sh
parent1a7aa74d0867fa1c0b9c3516ed127f6dc1515be2 (diff)
Set default terminal to st in profile
Diffstat (limited to 'sh')
-rw-r--r--sh/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/profile b/sh/profile
index 45911b5..1582d5a 100644
--- a/sh/profile
+++ b/sh/profile
@@ -77,7 +77,7 @@ export XKB_DEFAULT_OPTIONS=caps:escape
export EDITOR="nvim"
export READER="zathura"
export VISUAL="nvim"
-export TERMINAL="alacritty"
+export TERMINAL="st"
export BROWSER="browser"
export VIDEO="mpv"
export IMAGE="sxiv"