diff --git a/themes/brethil.zsh-theme b/themes/brethil.zsh-theme index ddb1c5b..72e2d7f 100644 --- a/themes/brethil.zsh-theme +++ b/themes/brethil.zsh-theme @@ -12,7 +12,7 @@ function user_prompt(){ local close_bracket='%(!.].)' local at='%(!.@.)' if [[ -n $SSH_CONNECTION ]]; then - echo "${open_bracket}${user}${at}${host}${close_bracket}" + echo "[${user}${at}${host}]" else echo "${open_bracket}${user}${close_bracket}" fi