From f64911d5a4986e51f8436c09e77bf614b31feb16 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 19 Mar 2012 10:11:12 +0200 Subject: [PATCH] More responsive rvm prompt --- themes/eastwood.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/eastwood.zsh-theme b/themes/eastwood.zsh-theme index db2529990..786194e1f 100644 --- a/themes/eastwood.zsh-theme +++ b/themes/eastwood.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 s i v p g)%{$reset_color%} $EPS1" else if which rbenv &> /dev/null; then RPS1="%{$fg[yellow]%}rbenv:%{$reset_color%}%{$fg[red]%}\$(rbenv version | sed -e 's/ (set.*$//')%{$reset_color%} $EPS1"