diff --git a/zsh/agnoster.zsh-theme b/zsh/agnoster.zsh-theme index beb540f..a7b45ca 100644 --- a/zsh/agnoster.zsh-theme +++ b/zsh/agnoster.zsh-theme @@ -74,7 +74,7 @@ prompt_context() { local user=`whoami` if [[ -n "$SSH_CONNECTION" ]]; then - prompt_segment $PRIMARY_FG default " %(!.%{%F{yellow}%}.)$user@m " + prompt_segment $PRIMARY_FG default " %(!.%{%F{yellow}%}.)$user@%m" else prompt_segment $PRIMARY_FG default " %(!.%{%F{yellow}%}.)$user " fi