From 6448e619ee968879ff2f09cc032e5cdb93acab57 Mon Sep 17 00:00:00 2001 From: wanimaru47 Date: Sun, 9 Oct 2016 18:39:50 +0900 Subject: [PATCH] add hostname, lambda-mod --- themes/lambda-mod.zsh-theme | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/lambda-mod.zsh-theme b/themes/lambda-mod.zsh-theme index 461e51cad..007bfaaa5 100644 --- a/themes/lambda-mod.zsh-theme +++ b/themes/lambda-mod.zsh-theme @@ -31,6 +31,7 @@ function get_right_prompt() { PROMPT=' ${LAMBDA}\ %{$fg_bold[$USERCOLOR]%}%n\ +@%{$fg_bold[$HOSTNAME_COLOR]%}${HOST}\ %{$fg_no_bold[magenta]%}[%3~]\ $(check_git_prompt_info)\ %{$reset_color%}'