diff options
author | Danny Tatom <dannytatom@gmail.com> | 2011-01-08 21:07:03 -0800 |
---|---|---|
committer | Danny Tatom <dannytatom@gmail.com> | 2011-01-09 20:31:18 -0800 |
commit | f5c45c23ee7958395e80f97228c4267bfd0d4e6c (patch) | |
tree | b0884ea22ad6f1c9f79f33a4ae6b8c3757e2c08a | |
parent | 7a9cc198196cb0c935afe96e1de249c3a05ad413 (diff) | |
download | zsh-f5c45c23ee7958395e80f97228c4267bfd0d4e6c.tar.gz zsh-f5c45c23ee7958395e80f97228c4267bfd0d4e6c.tar.bz2 zsh-f5c45c23ee7958395e80f97228c4267bfd0d4e6c.zip |
Added lambda theme
-rw-r--r-- | themes/lambda.zsh-theme | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/lambda.zsh-theme b/themes/lambda.zsh-theme new file mode 100644 index 000000000..63292d331 --- /dev/null +++ b/themes/lambda.zsh-theme @@ -0,0 +1,6 @@ +# ZSH Theme - Preview: http://cl.ly/350F0F0k1M2y3A2i3p1S + +PROMPT='λ %~/ $(git_prompt_info)%{$reset_color%}' + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " |