summaryrefslogtreecommitdiff
path: root/themes/sammy.zsh-theme
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2011-12-26 09:58:55 -0800
committerRobby Russell <robby@planetargon.com>2011-12-26 09:58:55 -0800
commit0ca2e26e1695cfddae2997b9ade39fd6fd147ae3 (patch)
treefe77ab6fda7c5928f4bc32aff61415b64c9cd874 /themes/sammy.zsh-theme
parent54f17588b363fa20df592366b6dd693ce3b7c820 (diff)
parent59baf390e96751fc51299ecefe921ba8718ba3aa (diff)
downloadzsh-0ca2e26e1695cfddae2997b9ade39fd6fd147ae3.tar.gz
zsh-0ca2e26e1695cfddae2997b9ade39fd6fd147ae3.tar.bz2
zsh-0ca2e26e1695cfddae2997b9ade39fd6fd147ae3.zip
Merge pull request #775 from tatey/sammy_black_on_white_theme
Black on white theme
Diffstat (limited to 'themes/sammy.zsh-theme')
-rw-r--r--themes/sammy.zsh-theme6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/sammy.zsh-theme b/themes/sammy.zsh-theme
new file mode 100644
index 000000000..52e6e4bb6
--- /dev/null
+++ b/themes/sammy.zsh-theme
@@ -0,0 +1,6 @@
+PROMPT='%{$fg[white]%}%c$(git_prompt_info)$ % %{$reset_color%}'
+
+ZSH_THEME_GIT_PROMPT_PREFIX="("
+ZSH_THEME_GIT_PROMPT_SUFFIX=""
+ZSH_THEME_GIT_PROMPT_DIRTY="*)"
+ZSH_THEME_GIT_PROMPT_CLEAN=")"