summaryrefslogtreecommitdiff
path: root/kafeitu.zsh-theme
diff options
context:
space:
mode:
authorHenry Yan <yanhonglei@gmail.com>2012-03-05 21:36:50 +0800
committerHenry Yan <yanhonglei@gmail.com>2012-03-05 21:36:50 +0800
commit09c5996cd0528eb03a93dd464f3cbd755eafd624 (patch)
treec7dc4e8b56f96cebe8eea99aef3036d1e09be7dc /kafeitu.zsh-theme
parent1120f973054836eeb53750f57d69fbec41a340dc (diff)
downloadzsh-09c5996cd0528eb03a93dd464f3cbd755eafd624.tar.gz
zsh-09c5996cd0528eb03a93dd464f3cbd755eafd624.tar.bz2
zsh-09c5996cd0528eb03a93dd464f3cbd755eafd624.zip
Added kafeitu theme it modified by robbyrussell
Diffstat (limited to 'kafeitu.zsh-theme')
-rw-r--r--kafeitu.zsh-theme6
1 files changed, 6 insertions, 0 deletions
diff --git a/kafeitu.zsh-theme b/kafeitu.zsh-theme
new file mode 100644
index 000000000..60c0303b9
--- /dev/null
+++ b/kafeitu.zsh-theme
@@ -0,0 +1,6 @@
+PROMPT='%{$fg_bold[red]%}➜ %{$fg_bold[green]%}%n %{$fg[blue]%}%D{[%I:%M:%S]} %{$fg_bold[green]%}%p %{$fg[cyan]%}%~ %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
+
+ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$fg[red]%}"
+ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
+ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}"
+ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"