Browse code

Added Zhann theme. Based on Robbyrussel theme, but shows the current ruby version and has some color variations.

Steven De Coeyer authored on 06/12/2011 at 14:18:29
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,7 @@
0
+PROMPT='%{$fg_bold[green]%}%p %{$fg[cyan]%}%c%{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
1
+RPROMPT='%{$reset_color%} %{$fg[red]%}$(~/.rvm/bin/rvm-prompt i v) %{$reset_color%}'
2
+
3
+ZSH_THEME_GIT_PROMPT_PREFIX=" (%{$fg[red]%}"
4
+ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
5
+ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}"
6
+ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"