Browse code

added skaro theme

Doug Fritz authored on 03/04/2010 at 07:48:35
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,7 @@
0
+PROMPT='%{$fg_bold[green]%}%h %{$fg[cyan]%}%2~ %{$fg_bold[blue]%}$(git_prompt_info) %{$reset_color%}» '
1
+
2
+ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$fg[red]%}"
3
+ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
4
+ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}"
5
+ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"
6
+