diff options
author | Corey Donohoe <atmos@atmos.org> | 2011-04-21 15:53:44 -0700 |
---|---|---|
committer | Corey Donohoe <atmos@atmos.org> | 2011-04-21 15:53:44 -0700 |
commit | 5a957c4d2ecc12e90304d13b3ae724843f0fcb7b (patch) | |
tree | 4b7d0ea0461baf407176498e0db8b823d6277082 | |
parent | 971b071dc67f423d8b2a6f476e1dd58819049f41 (diff) | |
download | zsh-5a957c4d2ecc12e90304d13b3ae724843f0fcb7b.tar.gz zsh-5a957c4d2ecc12e90304d13b3ae724843f0fcb7b.tar.bz2 zsh-5a957c4d2ecc12e90304d13b3ae724843f0fcb7b.zip |
support non-standard rvm install prefixes
-rw-r--r-- | themes/bira.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bira.zsh-theme b/themes/bira.zsh-theme index f0ee6a5bd..5642eaeb8 100644 --- a/themes/bira.zsh-theme +++ b/themes/bira.zsh-theme @@ -3,7 +3,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='%{$fg[red]%}‹$(~/.rvm/bin/rvm-prompt i v g)›%{$reset_color%}' +local rvm_ruby='%{$fg[red]%}‹$(rvm-prompt i v g)›%{$reset_color%}' local git_branch='$(git_prompt_info)%{$reset_color%}' PROMPT="╭─${user_host} ${current_dir} ${rvm_ruby} ${git_branch} |