We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cc717 commit 65a5c24Copy full SHA for 65a5c24
agkozak-zsh-theme.plugin.zsh
@@ -68,7 +68,7 @@ setopt PROMPT_SUBST NO_PROMPT_BANG
68
# her username and hostname in inverse video.
69
############################################################
70
_agkozak_is_ssh() {
71
- [[ -n "${SSH_CONNECTION-}${SSH_CLIENT}${SSH_TTY}" ]]
+ [[ -n "${SSH_CONNECTION-}${SSH_CLIENT-}${SSH_TTY-}" ]]
72
}
73
74
0 commit comments