|
@@ -4,7 +4,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=''
|
|
|
-if which rvm-prompt &> /dev/null; then
|
|
|
+if [[ -s ~/.rvm/scripts/rvm ]] ; then
|
|
|
rvm_ruby='%{$fg[red]%}‹$(rvm-prompt i v g)›%{$reset_color%}'
|
|
|
else
|
|
|
if which rbenv &> /dev/null; then
|
|
|
0 comments on commit
37f2995