diff options
author | Steven De Coeyer <steven@platipi.be> | 2011-12-06 15:18:29 +0100 |
---|---|---|
committer | Steven De Coeyer <steven@platipi.be> | 2011-12-06 15:19:35 +0100 |
commit | b16099f3cb9855affa14d0f03adf6563f8df4cbe (patch) | |
tree | c826811bc82581fd7751b31b32df03dd09a94310 /themes/zhann.zsh-theme | |
parent | 757fa3314d1c041ab715dbda838f3e9b2ff9ce17 (diff) | |
download | zsh-b16099f3cb9855affa14d0f03adf6563f8df4cbe.tar.gz zsh-b16099f3cb9855affa14d0f03adf6563f8df4cbe.tar.bz2 zsh-b16099f3cb9855affa14d0f03adf6563f8df4cbe.zip |
Added Zhann theme. Based on Robbyrussel theme, but shows the current ruby version and has some color variations.
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]%})" |