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