1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-10 17:30:41 +01:00

Merged pull request #299 from atmos/master.

Support non-standard rvm install prefixes in bira
This commit is contained in:
Robby Russell
2011-04-28 23:28:06 -07:00

View File

@@ -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}