Skip to content

Commit

Permalink
Fix rando theme for rvm path
Browse files Browse the repository at this point in the history
  • Loading branch information
paul committed May 30, 2011
1 parent 01a9c3e commit 311fc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/rando.zsh-theme
Expand Up @@ -4,7 +4,7 @@ local ob='%{$fg[blue]%}[%{$reset_color%}'
local cb='%{$fg[blue]%}]%{$reset_color%}'

local current_dir='%{$fg[green]%}%~'
local rvm_ruby='%{$fg[yellow]%}$(~/.rvm/bin/rvm-prompt i v g)%{$reset_color%}'
local rvm_ruby='%{$fg[yellow]%}$(~/bin/rvm-prompt i v g)%{$reset_color%}'
local git_branch='$(git_prompt_info)'

PROMPT="${ob}${current_dir}${cb}${ob}${rvm_ruby}${cb}${git_branch}
Expand Down

0 comments on commit 311fc49

Please sign in to comment.