summaryrefslogtreecommitdiff
path: root/themes/sammy.zsh-theme
diff options
context:
space:
mode:
authorTate Johnson <tate@tatey.com>2011-12-26 13:16:26 +1000
committerTate Johnson <tate@tatey.com>2011-12-26 13:16:26 +1000
commit59baf390e96751fc51299ecefe921ba8718ba3aa (patch)
treefe77ab6fda7c5928f4bc32aff61415b64c9cd874 /themes/sammy.zsh-theme
parent54f17588b363fa20df592366b6dd693ce3b7c820 (diff)
downloadzsh-59baf390e96751fc51299ecefe921ba8718ba3aa.tar.gz
zsh-59baf390e96751fc51299ecefe921ba8718ba3aa.tar.bz2
zsh-59baf390e96751fc51299ecefe921ba8718ba3aa.zip
Black on white theme inspired by Sam Stephenson's terminal screenshot on https://github.com/sstephenson/rbenv
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=")"