diff --git a/.oh-my-zsh/themes/agnoster.zsh-theme b/.oh-my-zsh/themes/agnoster.zsh-theme index 4b94b05..5eb37f6 100644 --- a/.oh-my-zsh/themes/agnoster.zsh-theme +++ b/.oh-my-zsh/themes/agnoster.zsh-theme @@ -89,8 +89,7 @@ prompt_end() { # Context: user@hostname (who am I and where am I) prompt_context() { if [[ "$USERNAME" != "$DEFAULT_USER" || -n "$SSH_CLIENT" ]]; then - # prompt_segment black default "%(!.%{%F{yellow}%}.)%n@%m" - prompt_segment white default "%(!.%{%F{yellow}%}.)%n" + prompt_segment black default "%(!.%{%F{yellow}%}.)%n" fi }