From 222d1f1ebc68103b2b96c662f455e837f74dcc8e Mon Sep 17 00:00:00 2001 From: Joshua Kehn Date: Sun, 27 Oct 2013 00:28:30 -0400 Subject: [PATCH] Updated remote conn --- themes/joshkehn.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/joshkehn.zsh-theme b/themes/joshkehn.zsh-theme index 767d0a70b..c16e9c178 100644 --- a/themes/joshkehn.zsh-theme +++ b/themes/joshkehn.zsh-theme @@ -4,7 +4,7 @@ local USER_HOST='%{$fg[magenta]%}%n%{$reset_color%} at %{$fg[yellow]%}%m%{$reset REMOTE_CONN='' if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then - REMOTE_CONN='%{$fg[magenta]%}✭%{$reset_color%} ' + REMOTE_CONN="%{$fg[magenta]%}✭%{$reset_color%} " fi PROMPT='[${REMOTE_CONN}%{$fg_bold[yellow]%}%n@%m%{$reset_color%}%{$fg_bold[green]%} ${PWD/#$HOME/~}%{$reset_color%}$(git_prompt_info)%{$reset_color%}]%{$fg_bold[green]%}