From 72210052af109b2e3362272fcf4ceacd8fc421f0 Mon Sep 17 00:00:00 2001 From: Nathan Stilwell Date: Thu, 3 Mar 2016 17:49:22 -0500 Subject: [PATCH] adding machine name to prompt --- themes/block-prompt.zsh-theme | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/block-prompt.zsh-theme b/themes/block-prompt.zsh-theme index e8948b2e3..872b241c8 100644 --- a/themes/block-prompt.zsh-theme +++ b/themes/block-prompt.zsh-theme @@ -16,7 +16,8 @@ # $FG[125] - strawberry # $FG[145] - white -PROMPT='%{$BG[008]%}%{$fg[white]%} $(collapse_pwd) \ +PROMPT='%{$BG[237]%}%{$fg[white]%} $(hostname) \ +%{$BG[008]%}%{$fg[white]%} $(collapse_pwd) \ %{$BG[056]%}%{$fg[white]%}$(git_prompt_short_sha)\ %{$BG[093]%}%{$fg[white]%}$(git_prompt_info)\ %{$reset_color%}$(git_prompt_status)