From b45d31f052ea087a0e84c79d97c383bd1d3bd908 Mon Sep 17 00:00:00 2001 From: San Martin Morote Eduardo Date: Fri, 17 May 2013 22:06:59 +0200 Subject: [PATCH] my them with hour git and colorfull 2 lines prompt --- themes/posva.zsh-theme | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 themes/posva.zsh-theme diff --git a/themes/posva.zsh-theme b/themes/posva.zsh-theme new file mode 100644 index 000000000..4d26a9a18 --- /dev/null +++ b/themes/posva.zsh-theme @@ -0,0 +1,7 @@ +PROMPT='%{$fg[magenta]%}┌[%{$fg_bold[green]%}%n%{$reset_color%}%{$fg[red]%}@%{$fg_bold[yellow]%}%M%{$reset_color%}%{$fg[magenta]%}]%{$fg[white]%}-%{$fg[cyan]%}(%{$fg_bold[white]%}%~%{$reset_color%}%{$fg[cyan]%})$(git_prompt_info) %{$fg[blue]%}%D{[%H:%M:%S]} %(?..%{$fg[red]%}✘(%?%)%{$reset_color%}) +%{$fg[magenta]%}└>%{$reset_color%}' + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[cyan]%}-[%{$reset_color%}%{$fg[gray]%}git%{$fg[gray]%}:%{$fg[white]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}%{$fg[cyan]%}]-" +ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}✗%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✓%{$reset_color%}"