summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorHenry Yan <yanhonglei@gmail.com>2012-03-05 21:39:09 +0800
committerHenry Yan <yanhonglei@gmail.com>2012-03-05 21:39:09 +0800
commitc1e9d9226c106aaf973712b1a700dd045aeff9bc (patch)
tree3a96ac834f63be1e7c7db3e4d38326787d35b868 /themes
parent09c5996cd0528eb03a93dd464f3cbd755eafd624 (diff)
downloadzsh-c1e9d9226c106aaf973712b1a700dd045aeff9bc.tar.gz
zsh-c1e9d9226c106aaf973712b1a700dd045aeff9bc.tar.bz2
zsh-c1e9d9226c106aaf973712b1a700dd045aeff9bc.zip
move kafeitu.zsh-theme to themes folder
Diffstat (limited to 'themes')
-rw-r--r--themes/kafeitu.zsh-theme6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/kafeitu.zsh-theme b/themes/kafeitu.zsh-theme
new file mode 100644
index 000000000..60c0303b9
--- /dev/null
+++ b/themes/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]%})"