*: 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user