diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 1765ea7..846b748 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -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