From 7376e51b27544960acedfd074ad5f0abcff10989 Mon Sep 17 00:00:00 2001 From: George Tsafas Date: Wed, 21 Sep 2011 15:22:46 -0400 Subject: [PATCH] Updated theme --- themes/basic.zsh-theme | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/basic.zsh-theme b/themes/basic.zsh-theme index a180ef638..863a65c3d 100644 --- a/themes/basic.zsh-theme +++ b/themes/basic.zsh-theme @@ -1,7 +1,8 @@ if [ "$(whoami)" = "root" ]; then NCOLOR="red"; else NCOLOR="white"; fi PROMPT='%{$fg[white]%}%B%c%b%{$reset_color%}$(git_prompt_info) %(!.#.$) ' -RPROMPT='%{$fg[$NCOLOR]%}%n %{$fg_bold[white]%}@ %{$fg_bold[yellow]%}%*%{$reset_color%}' +RPROMPT='%{$fg[$NCOLOR]%}%n%{$fg_bold[white]%}@%{$fg_bold[yellow]%}%m %{$fg_bold[white]%}%*%{$reset_color%}' + # git theming ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}::%{$fg_no_bold[white]%}%B"