diff --git a/themes/santiycr.zsh-theme b/themes/santiycr.zsh-theme index 2f8f0818b..e2e15f837 100644 --- a/themes/santiycr.zsh-theme +++ b/themes/santiycr.zsh-theme @@ -1,4 +1,8 @@ + PROMPT='%{$fg_no_bold[cyan]%}%n %{$fg_no_bold[yellow]%}%3~%{$reset_color%} %{$fg_no_bold[magenta]%}• %{$reset_color%}' +if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ] || [ -n "$SSH_CONNECTION" ]; then + PROMPT="%{$fg[yellow]%}%m%{$reset_color%} $PROMPT" +fi RPROMPT='$(git_prompt_info) %{$reset_color%}[%*]' # git theming