diff options
author | NanoTech <nanotech008@gmail.com> | 2010-09-30 22:23:50 -0600 |
---|---|---|
committer | NanoTech <nanotech008@gmail.com> | 2010-09-30 22:23:50 -0600 |
commit | 02c5fd5bdd0d37bb0e1cb19ad058154f5b7d96a7 (patch) | |
tree | 2c44274cce756577225ab895d04f004231a04e25 /themes/candy.zsh-theme | |
parent | 8c419ae3b5b77a24485c6a68e6af1a0384db67a8 (diff) | |
parent | 7a09175bb4c32c7027dab872cd7b80503da3f5d5 (diff) | |
download | zsh-02c5fd5bdd0d37bb0e1cb19ad058154f5b7d96a7.tar.gz zsh-02c5fd5bdd0d37bb0e1cb19ad058154f5b7d96a7.tar.bz2 zsh-02c5fd5bdd0d37bb0e1cb19ad058154f5b7d96a7.zip |
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'themes/candy.zsh-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="" |