diff options
author | Tate Johnson <tate@tatey.com> | 2011-12-26 13:16:26 +1000 |
---|---|---|
committer | Tate Johnson <tate@tatey.com> | 2011-12-26 13:16:26 +1000 |
commit | 59baf390e96751fc51299ecefe921ba8718ba3aa (patch) | |
tree | fe77ab6fda7c5928f4bc32aff61415b64c9cd874 | |
parent | 54f17588b363fa20df592366b6dd693ce3b7c820 (diff) | |
download | zsh-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
-rw-r--r-- | themes/sammy.zsh-theme | 6 |
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=")" |