From 233136456c7cbdbfa94367c7dffd994871b8de95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Lafoucrie=CC=80re?= Date: Sat, 26 Nov 2011 12:43:56 +0100 Subject: [PATCH] Fix theme reloading --- themes/gravis.zsh-theme | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/gravis.zsh-theme b/themes/gravis.zsh-theme index df872d3bb..6907554aa 100644 --- a/themes/gravis.zsh-theme +++ b/themes/gravis.zsh-theme @@ -1,6 +1,6 @@ #RVM settings if [[ -s ~/.rvm/scripts/rvm ]] ; then - RPS1="%{$fg[yellow]%}rvm:%{$reset_color%}%{$fg[red]%}\$(~/.rvm/bin/rvm-prompt)%{$reset_color%} $EPS1" + RPS1="%{$fg[yellow]%}rvm:%{$reset_color%}%{$fg[red]%}\$(~/.rvm/bin/rvm-prompt)%{$reset_color%} $EPS1 [%*]" fi ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}%{$fg[green]%}[" @@ -17,4 +17,3 @@ git_custom_status() { } PROMPT='%{$fg[cyan]%}[%m:%~% ]$(git_custom_status)%{$reset_color%}%B$%b ' -RPROMPT=$RPS1' [%*]'