diff options
author | Robby Russell <robby@planetargon.com> | 2012-12-02 12:48:45 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2012-12-02 12:48:45 -0800 |
commit | 275e7cba8f2d02a650ff723f1c1e200e43a6dabb (patch) | |
tree | 2e81723572cd80c38a24ae0e60df7faf7b4bcd63 /themes | |
parent | 4cad0a48fdaf4389ab538556ed9a325a58470403 (diff) | |
parent | 2fa02621b27fbb3b788ee8576717fa64b2cb0065 (diff) | |
download | zsh-275e7cba8f2d02a650ff723f1c1e200e43a6dabb.tar.gz zsh-275e7cba8f2d02a650ff723f1c1e200e43a6dabb.tar.bz2 zsh-275e7cba8f2d02a650ff723f1c1e200e43a6dabb.zip |
Merge pull request #1235 from henryyan/master
Improved maven plugin added a lot of auto complection, add git-extras plugin
Diffstat (limited to 'themes')
-rw-r--r-- | themes/kafeitu.zsh-theme | 6 |
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..c4720b24d --- /dev/null +++ b/themes/kafeitu.zsh-theme @@ -0,0 +1,6 @@ +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%}" +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})" |