summaryrefslogtreecommitdiff
path: root/kafeitu.zsh-theme
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 /kafeitu.zsh-theme
parent09c5996cd0528eb03a93dd464f3cbd755eafd624 (diff)
downloadzsh-c1e9d9226c106aaf973712b1a700dd045aeff9bc.tar.gz
zsh-c1e9d9226c106aaf973712b1a700dd045aeff9bc.tar.bz2
zsh-c1e9d9226c106aaf973712b1a700dd045aeff9bc.zip
move kafeitu.zsh-theme to themes folder
Diffstat (limited to 'kafeitu.zsh-theme')
-rw-r--r--kafeitu.zsh-theme6
1 files changed, 0 insertions, 6 deletions
diff --git a/kafeitu.zsh-theme b/kafeitu.zsh-theme
deleted file mode 100644
index 60c0303b9..000000000
--- a/kafeitu.zsh-theme
+++ /dev/null
@@ -1,6 +0,0 @@
-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]%})"