diff options
author | Aslam Najeebdeen <aslamnajeem@gmail.com> | 2011-07-16 17:31:57 +0530 |
---|---|---|
committer | Aslam Najeebdeen <aslamnajeem@gmail.com> | 2011-10-17 02:50:34 +0530 |
commit | ebbead82abe59663cedd9f0ade4627e01548b4c1 (patch) | |
tree | 56003435881e22a0acd34d7c8044d27d0287fadf | |
parent | 878d569c6845198005dacc4e9a56b6610e46ffd9 (diff) | |
download | zsh-ebbead82abe59663cedd9f0ade4627e01548b4c1.tar.gz zsh-ebbead82abe59663cedd9f0ade4627e01548b4c1.tar.bz2 zsh-ebbead82abe59663cedd9f0ade4627e01548b4c1.zip |
RVM info
-rw-r--r-- | themes/frontcube.zsh-theme | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/frontcube.zsh-theme b/themes/frontcube.zsh-theme index 081fa2f29..d9f5b6d9c 100644 --- a/themes/frontcube.zsh-theme +++ b/themes/frontcube.zsh-theme @@ -1,8 +1,10 @@ +local rvm="%{$fg[green]%}[$(rvm-prompt i v g)]%{$reset_color%}" + PROMPT=' %{$fg_bold[gray]%}%~%{$fg_bold[blue]%}%{$fg_bold[blue]%} % %{$reset_color%} %{$fg[green]%}➞ %{$reset_color%' -RPROMPT='$(git_prompt_info)' +RPROMPT='$(git_prompt_info) $(rvm)' ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}[git:" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" |