my them with hour git and colorfull 2 lines prompt

This commit is contained in:
San Martin Morote Eduardo 2013-05-17 22:06:59 +02:00
commit b45d31f052

7
themes/posva.zsh-theme Normal file
View file

@ -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%}"