diff options
author | Alessandro Ghedini <al3xbio@gmail.com> | 2010-08-16 21:47:21 +0200 |
---|---|---|
committer | Alessandro Ghedini <al3xbio@gmail.com> | 2010-08-16 21:47:21 +0200 |
commit | 5b8bc7aeebdf5f28da811a29bdcdf41e0f08c218 (patch) | |
tree | db3bb9c03bfdb647e1f8151e921e4e16788055a2 | |
parent | 7c279856ed4f244a504e5fc89201ab0be86eade5 (diff) | |
download | zsh-5b8bc7aeebdf5f28da811a29bdcdf41e0f08c218.tar.gz zsh-5b8bc7aeebdf5f28da811a29bdcdf41e0f08c218.tar.bz2 zsh-5b8bc7aeebdf5f28da811a29bdcdf41e0f08c218.zip |
add candy theme
-rw-r--r-- | themes/candy.zsh-theme | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/candy.zsh-theme b/themes/candy.zsh-theme new file mode 100644 index 000000000..bc125c5ce --- /dev/null +++ b/themes/candy.zsh-theme @@ -0,0 +1,7 @@ +PROMPT=$'%{$fg_bold[green]%}%n@%m %{$fg[blue]%}%D{[%I:%M:%S]} %{$reset_color%}%{$fg[white]%}[%~]%{$reset_color%} $(git_prompt_info)\ +%{$fg[blue]%}->%{$fg_bold[blue]%} %#%{$reset_color%} ' + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}[" +ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}*%{$fg[green]%}" +ZSH_THEME_GIT_PROMPT_CLEAN="" |