From e14f920eded5ecc809c6ffe84c064905e4b9940a Mon Sep 17 00:00:00 2001 From: dpree Date: Wed, 2 Nov 2011 13:26:14 +0100 Subject: [PATCH] added right column to dpree.zsh-theme --- themes/dpree.zsh-theme | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/dpree.zsh-theme b/themes/dpree.zsh-theme index 3d19b3f53..a03bbe555 100644 --- a/themes/dpree.zsh-theme +++ b/themes/dpree.zsh-theme @@ -13,4 +13,7 @@ ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[yellow]%}⚡%{$reset_color%}" # Format for git_prompt_long_sha() and git_prompt_short_sha() ZSH_THEME_GIT_PROMPT_SHA_BEFORE="%{$fg[grey]%}" -ZSH_THEME_GIT_PROMPT_SHA_AFTER="|%{$reset_color%}" \ No newline at end of file +ZSH_THEME_GIT_PROMPT_SHA_AFTER="|%{$reset_color%}" + +# Right column +# RPROMPT='%{$fg[grey]%}$USER@$HOST%{$reset_color%}' \ No newline at end of file