Browse code

Black on white theme inspired by Sam Stephenson's terminal screenshot on https://github.com/sstephenson/rbenv

Tate Johnson authored on 26/12/2011 at 03:16:26
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,6 @@
0
+PROMPT='%{$fg[white]%}%c$(git_prompt_info)$ % %{$reset_color%}'
1
+
2
+ZSH_THEME_GIT_PROMPT_PREFIX="("
3
+ZSH_THEME_GIT_PROMPT_SUFFIX=""
4
+ZSH_THEME_GIT_PROMPT_DIRTY="*)"
5
+ZSH_THEME_GIT_PROMPT_CLEAN=")"