1
|
1
|
new file mode 100644
|
...
|
...
|
@@ -0,0 +1,13 @@
|
|
0
|
+# zsh theme requires 256 color enabled terminal
|
|
1
|
+# i.e TERM=xterm-256color
|
|
2
|
+# Preview - http://www.flickr.com/photos/adelcampo/4556482563/sizes/o/
|
|
3
|
+# based on robbyrussell's shell but louder!
|
|
4
|
+
|
|
5
|
+PROMPT='%{$fg_bold[blue]%}$(git_prompt_info) %F{208}%c%f
|
|
6
|
+%{$fg_bold[white]%}%# %{$reset_color%}'
|
|
7
|
+RPROMPT='%B%F{208}%n%f%{$fg_bold[white]%}@%F{039}%m%f%{$reset_color%}'
|
|
8
|
+
|
|
9
|
+ZSH_THEME_GIT_PROMPT_PREFIX="%F{154}±|%f%F{124}"
|
|
10
|
+ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
|
11
|
+ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}%B✘%b%F{154}|%f%{$reset_color%}"
|
|
12
|
+ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✔%{$fg[blue]%}|"
|