diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme index 3e68d8f07..3a0c58b89 100644 --- a/themes/agnoster.zsh-theme +++ b/themes/agnoster.zsh-theme @@ -67,7 +67,7 @@ prompt_end() { # Context: user@hostname (who am I and where am I) prompt_context() { if [[ "$USER" != "$DEFAULT_USER" || -n "$SSH_CLIENT" ]]; then - prompt_segment black default "%(!.%{%F{yellow}%}.)$USER@MAAZBOOKPRO" + prompt_segment black default "%(!.%{%F{yellow}%}.)$USER@%m" fi }