From 37f2995202c7b5e2623fdb8d39257ec136eb5a51 Mon Sep 17 00:00:00 2001 From: Yura Taras Date: Tue, 11 Dec 2012 13:21:56 +0200 Subject: [PATCH] Fixed bira theme --- themes/bira.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bira.zsh-theme b/themes/bira.zsh-theme index 215720477..c024905ad 100644 --- a/themes/bira.zsh-theme +++ b/themes/bira.zsh-theme @@ -4,7 +4,7 @@ local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})" local user_host='%{$terminfo[bold]$fg[green]%}%n@%m%{$reset_color%}' local current_dir='%{$terminfo[bold]$fg[blue]%} %~%{$reset_color%}' local rvm_ruby='' -if which rvm-prompt &> /dev/null; then +if [[ -s ~/.rvm/scripts/rvm ]] ; then rvm_ruby='%{$fg[red]%}‹$(rvm-prompt i v g)›%{$reset_color%}' else if which rbenv &> /dev/null; then