diff options
author | Robby Russell <robby@planetargon.com> | 2011-12-14 22:01:33 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2011-12-14 22:01:33 -0800 |
commit | e711ab84ccb096bd3d4f812bfc24b70e9f7b34ec (patch) | |
tree | 165c5862db23fd2f51bf5833133248f5941086c5 /themes/zhann.zsh-theme | |
parent | d1b6423f2f0d5cf94a35e408441e2a59ff7a3f77 (diff) | |
parent | b16099f3cb9855affa14d0f03adf6563f8df4cbe (diff) | |
download | zsh-e711ab84ccb096bd3d4f812bfc24b70e9f7b34ec.tar.gz zsh-e711ab84ccb096bd3d4f812bfc24b70e9f7b34ec.tar.bz2 zsh-e711ab84ccb096bd3d4f812bfc24b70e9f7b34ec.zip |
Merge pull request #733 from Zhann/master
Pull request for zhann theme
Diffstat (limited to 'themes/zhann.zsh-theme')
-rw-r--r-- | themes/zhann.zsh-theme | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/zhann.zsh-theme b/themes/zhann.zsh-theme new file mode 100644 index 000000000..6c056dfbe --- /dev/null +++ b/themes/zhann.zsh-theme @@ -0,0 +1,7 @@ +PROMPT='%{$fg_bold[green]%}%p %{$fg[cyan]%}%c%{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}' +RPROMPT='%{$reset_color%} %{$fg[red]%}$(~/.rvm/bin/rvm-prompt i v) %{$reset_color%}' + +ZSH_THEME_GIT_PROMPT_PREFIX=" (%{$fg[red]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})" |