From 307e91bf56e16ccc427b14cd00ab3ed892ad353b Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Thu, 18 Feb 2010 08:47:24 +1100 Subject: [PATCH] Add user and host to my theme --- themes/wezm.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/wezm.zsh-theme b/themes/wezm.zsh-theme index 1881343b0..c35cd486c 100644 --- a/themes/wezm.zsh-theme +++ b/themes/wezm.zsh-theme @@ -1,4 +1,4 @@ -PROMPT='$(git_prompt_info)%(?,,%{${fg_bold[white]}%}[%?]%{$reset_color%} )%{$fg[yellow]%}%#%{$reset_color%} ' +PROMPT='%{$fg[yellow]%}%n@%m%{$reset_color%}$(git_prompt_info)%(?,,%{${fg_bold[white]}%}[%?]%{$reset_color%} )%{$fg[yellow]%}%#%{$reset_color%} ' RPROMPT='%{$fg[green]%}%~%{$reset_color%}' ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[blue]%}("