summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Yan <yanhonglei@gmail.com>2012-03-07 23:52:51 +0800
committerHenry Yan <yanhonglei@gmail.com>2012-03-07 23:52:51 +0800
commit814ecfc60daffc1eac250d41643d05fb1f43bd4c (patch)
treea4e39fdc9c62fe66b4add4fc1552a83e6c9654b1
parent7ffc3e745fa7ab020ec45e4ffe7a069c823e386a (diff)
downloadzsh-814ecfc60daffc1eac250d41643d05fb1f43bd4c.tar.gz
zsh-814ecfc60daffc1eac250d41643d05fb1f43bd4c.tar.bz2
zsh-814ecfc60daffc1eac250d41643d05fb1f43bd4c.zip
delete time filed
-rw-r--r--themes/kafeitu.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/kafeitu.zsh-theme b/themes/kafeitu.zsh-theme
index a89a899aa..c4720b24d 100644
--- a/themes/kafeitu.zsh-theme
+++ b/themes/kafeitu.zsh-theme
@@ -1,4 +1,4 @@
-PROMPT='%{$fg_bold[red]%}➜ %{$fg_bold[green]%}%n%{$fg[cyan]%}@%{$fg_bold[green]%}%m %{$fg[blue]%}%D{[%I:%M:%S]} %{$fg_bold[green]%}%p %{$fg[cyan]%}%~ %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
+PROMPT='%{$fg_bold[red]%}➜ %{$fg_bold[green]%}%n%{$fg[cyan]%}@%{$fg_bold[green]%}%m %{$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%}"