diff options
author | Robby Russell <robby@planetargon.com> | 2011-04-28 23:28:06 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2011-04-28 23:28:06 -0700 |
commit | b8f8cd46a44f3b28139a011e65a470c9b117d458 (patch) | |
tree | e613c40a5b4fb1c83d54e5181c977aa7a01f7159 /themes/bira.zsh-theme | |
parent | c550f1f8443774e9639bbb03b50728eb855836eb (diff) | |
parent | 5a957c4d2ecc12e90304d13b3ae724843f0fcb7b (diff) | |
download | zsh-b8f8cd46a44f3b28139a011e65a470c9b117d458.tar.gz zsh-b8f8cd46a44f3b28139a011e65a470c9b117d458.tar.bz2 zsh-b8f8cd46a44f3b28139a011e65a470c9b117d458.zip |
Merged pull request #299 from atmos/master.
Support non-standard rvm install prefixes in bira
Diffstat (limited to 'themes/bira.zsh-theme')
-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} |