Changing back to machine-id

This commit is contained in:
x3ku 2015-10-05 10:50:28 -07:00
commit 66a06fcdc5

View file

@ -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
}