Browse code

Added my theme

Toon Claes authored on 29/10/2009 at 22:18:19
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,7 @@
0
+# Inspired by many other themes
1
+PROMPT='[%*] %{$fg[cyan]%}%n%{$fg[magenta]%}➜%{$fg[green]%}%3~$(git_prompt_info)%{$reset_color%} » '
2
+
3
+ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg_bold[blue]%}git(%{$fg[red]%}"
4
+ZSH_THEME_GIT_PROMPT_SUFFIX=""
5
+ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"
6
+ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}✗%{$fg[blue]%})"