From 66a06fcdc55dfbe2f26e46753e7ff060a938819b Mon Sep 17 00:00:00 2001 From: x3ku Date: Mon, 5 Oct 2015 10:50:28 -0700 Subject: [PATCH] Changing back to machine-id --- themes/agnoster.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }