summaryrefslogtreecommitdiff
path: root/themes/kafeitu.zsh-theme
diff options
context:
space:
mode:
authorHenry Yan <yanhonglei@gmail.com>2012-03-06 14:09:11 +0800
committerHenry Yan <yanhonglei@gmail.com>2012-03-06 14:09:11 +0800
commitbd4f1eeca2d1430029153f7be0aa432ef5d2fce9 (patch)
tree176ea46ab35ab042288cebd8a3ea4ad1c5136452 /themes/kafeitu.zsh-theme
parentc1e9d9226c106aaf973712b1a700dd045aeff9bc (diff)
downloadzsh-bd4f1eeca2d1430029153f7be0aa432ef5d2fce9.tar.gz
zsh-bd4f1eeca2d1430029153f7be0aa432ef5d2fce9.tar.bz2
zsh-bd4f1eeca2d1430029153f7be0aa432ef5d2fce9.zip
add hostname behind username, example: henryyan [02:07:20] ~/.oh-my-zsh git:(master) ✗
Diffstat (limited to 'themes/kafeitu.zsh-theme')
-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 60c0303b9..18e941601 100644
--- a/themes/kafeitu.zsh-theme
+++ b/themes/kafeitu.zsh-theme
@@ -1,4 +1,4 @@
-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%}'
+PROMPT='%{$fg_bold[red]%}➜ %{$fg_bold[green]%}%n%{$fg[blue]%}@%{$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%}'
ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"