From 32f3b4cb50687fa9d76f52d54786a2c07d7bfa65 Mon Sep 17 00:00:00 2001 From: Adam Ransom Date: Mon, 2 Sep 2013 13:40:18 +0900 Subject: [PATCH] fix ssh prompt --- themes/adamransom.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {