diff options
author | ZachIR <zachir@librem.one> | 2025-07-16 18:21:57 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-16 18:21:57 -0500 |
commit | a42beee500a77b5f1144396585a40d862309ed5a (patch) | |
tree | 0658d219911127165eb6dd1e77815f14b53fb185 /sh | |
parent | 1a7aa74d0867fa1c0b9c3516ed127f6dc1515be2 (diff) |
Set default terminal to st in profile
Diffstat (limited to 'sh')
-rw-r--r-- | sh/profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |