diff --git a/themes/wezm.zsh-theme b/themes/wezm.zsh-theme index 1881343b0..c35cd486c 100644 --- a/themes/wezm.zsh-theme +++ b/themes/wezm.zsh-theme @@ -1,4 +1,4 @@ -PROMPT='$(git_prompt_info)%(?,,%{${fg_bold[white]}%}[%?]%{$reset_color%} )%{$fg[yellow]%}%#%{$reset_color%} ' +PROMPT='%{$fg[yellow]%}%n@%m%{$reset_color%}$(git_prompt_info)%(?,,%{${fg_bold[white]}%}[%?]%{$reset_color%} )%{$fg[yellow]%}%#%{$reset_color%} ' RPROMPT='%{$fg[green]%}%~%{$reset_color%}' ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[blue]%}("