zprofile: Set TERMINAL=st

This is used by xdg-open and similar.
This commit is contained in:
2024-10-22 19:15:06 +02:00
parent 2056bf2bea
commit 92077b75bc

View File

@@ -64,6 +64,11 @@ if (( $+commands[ssh-agent] )) && [[ ! $SSH_AGENT_PID ]]; then
LAUNCHED_SSH_AGENT=1
fi
# Terminal
if (( $+commands[st] )); then
export TERMINAL=st
fi
# Editor
if (( $+commands[nvim] )); then
export EDITOR=nvim