*: Fix some old uses of st as terminal

I replaced st with kitty in 0139294831 ("Use kitty instead of st as
terminal").
This commit is contained in:
2025-05-27 18:21:39 +02:00
parent a34a00eae6
commit 1f80b616c2
3 changed files with 7 additions and 5 deletions

View File

@@ -87,8 +87,8 @@ if (( $+commands[ssh-agent] )) && [[ ! $SSH_AGENT_PID ]]; then
fi
# Terminal
if (( $+commands[st] )); then
export TERMINAL=st
if (( $+commands[kitty] )); then
export TERMINAL=kitty
fi
# Editor