Skip to content

Commit

Permalink
added ruby v to roymuse
Browse files Browse the repository at this point in the history
  • Loading branch information
roy osherove committed Oct 6, 2011
1 parent fdc2acb commit 4fbd043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/roymuse.zsh-theme
Expand Up @@ -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}"
Expand Down

0 comments on commit 4fbd043

Please sign in to comment.