diff --git a/themes/adamransom.zsh-theme b/themes/adamransom.zsh-theme index 8acd4b4d4..720c75a06 100644 --- a/themes/adamransom.zsh-theme +++ b/themes/adamransom.zsh-theme @@ -5,7 +5,7 @@ function _prompt_char() { } function _ssh_prompt() { - [[ -n "${SSH_CONNECTION}" ]] && "%{$fg_bold[green]%}%n%{$fg_bold[blue]%}@%{$fg_bold[cyan]%}%m%{$fg_bold[green]%}" + [[ -n "${SSH_CONNECTION}" ]] && echo "%{$fg_bold[green]%}%n@%m%{$reset_color%} " } function _collapse_pwd {