zprofile: Set TERMINAL=st
This is used by xdg-open and similar.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user