From 4fbd0436b44e8b0c07ffa8171c288ab0f50346b1 Mon Sep 17 00:00:00 2001 From: roy osherove Date: Thu, 6 Oct 2011 12:23:21 +0200 Subject: [PATCH] added ruby v to roymuse --- themes/roymuse.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/roymuse.zsh-theme b/themes/roymuse.zsh-theme index 9cc61a87395d..ccf53b66bc3f 100644 --- a/themes/roymuse.zsh-theme +++ b/themes/roymuse.zsh-theme @@ -13,7 +13,7 @@ GIT_DIRTY_COLOR=$FG[133] GIT_CLEAN_COLOR=$FG[118] GIT_PROMPT_INFO=$FG[012] -PROMPT='╭─%{$PROMPT_SUCCESS_COLOR%}%~%{$reset_color%} %{$GIT_PROMPT_INFO%}$(git_time_since_commit)$(git_prompt_info)%{$GIT_DIRTY_COLOR%}$(git_prompt_status) %{$reset_color%}%{$PROMPT_PROMPT%} +PROMPT='╭─%{$PROMPT_SUCCESS_COLOR%}%~%{$reset_color%} %{$GIT_PROMPT_INFO%}$(rvm_prompt_info) $(git_time_since_commit)$(git_prompt_info)%{$GIT_DIRTY_COLOR%}$(git_prompt_status) %{$reset_color%}%{$PROMPT_PROMPT%} ╰─ᐅ%{$reset_color%} ' #RPS1="${return_code}"