Browse code

Add my own theme

Wesley Moore authored on 07/10/2009 at 22:50:32
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,7 @@
0
+PROMPT='$(git_prompt_info)%(?,,%{${fg_bold[white]}%}[%?]%{$reset_color%} )%{$fg[yellow]%}%#%{$reset_color%} '
1
+RPROMPT='%{$fg[green]%}%~%{$reset_color%}'
2
+
3
+ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[blue]%}("
4
+ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
5
+ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%})%{$fg[red]%}⚡%{$reset_color%}"
6
+ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"