summaryrefslogtreecommitdiff
path: root/themes/bira.zsh-theme
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2011-04-29 11:24:51 +0200
committerRobby Russell <robby@planetargon.com>2011-04-29 11:24:51 +0200
commitc8ac3356c8da5ba0290066309b0fcd16d223f187 (patch)
treee61f7912d6a08d6bcee47d53e6bea4fb0bcf75e1 /themes/bira.zsh-theme
parent6f7d51c68d4de102f295d3b543ccb5c61dea2c3c (diff)
parent17eba9e46c3478d1f5840a477228216bd2844fbc (diff)
downloadzsh-c8ac3356c8da5ba0290066309b0fcd16d223f187.tar.gz
zsh-c8ac3356c8da5ba0290066309b0fcd16d223f187.tar.bz2
zsh-c8ac3356c8da5ba0290066309b0fcd16d223f187.zip
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
Diffstat (limited to 'themes/bira.zsh-theme')
-rw-r--r--themes/bira.zsh-theme2
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}