diff options
author | Brent Faulkner <brent.faulkner@mosaic.com> | 2012-01-23 20:42:54 -0500 |
---|---|---|
committer | Brent Faulkner <brent.faulkner@mosaic.com> | 2012-01-23 20:42:54 -0500 |
commit | 6496acf58bf8531809490b52e34811f74a27cc7c (patch) | |
tree | 56607cbfdd2e9fc12dbbcf55b2a8b132f807e5ab /themes/murilasso.zsh-theme | |
parent | ac910b85bd782ec7a033b67bab7be63785d063c2 (diff) | |
download | zsh-6496acf58bf8531809490b52e34811f74a27cc7c.tar.gz zsh-6496acf58bf8531809490b52e34811f74a27cc7c.tar.bz2 zsh-6496acf58bf8531809490b52e34811f74a27cc7c.zip |
adding rbenv support to all the rvm themes
Diffstat (limited to 'themes/murilasso.zsh-theme')
-rw-r--r-- | themes/murilasso.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/murilasso.zsh-theme b/themes/murilasso.zsh-theme index 310357b45..bc2b9b224 100644 --- a/themes/murilasso.zsh-theme +++ b/themes/murilasso.zsh-theme @@ -1,7 +1,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_prompt_info)%{$reset_color%}' +local rvm_ruby='%{$fg[red]%}$(rvm_prompt_info || rbenv_prompt_info)%{$reset_color%}' local git_branch='%{$fg[blue]%}$(git_prompt_info)%{$reset_color%}' PROMPT="${user_host}:${current_dir} ${rvm_ruby} |