From ce523ee38753e2e143cfe255537677e67d3ce1de Mon Sep 17 00:00:00 2001 From: cirpo Date: Sun, 5 Oct 2014 03:41:36 +0400 Subject: [PATCH] added zirpot theme --- themes/zirpot.zsh-theme | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 themes/zirpot.zsh-theme diff --git a/themes/zirpot.zsh-theme b/themes/zirpot.zsh-theme new file mode 100644 index 000000000..123d51749 --- /dev/null +++ b/themes/zirpot.zsh-theme @@ -0,0 +1,13 @@ +local ret_status="%(?:%{$FX[bold]$FG[113]$FX[bold]%}➜ :%{$fg_bold[red]%}➜ %s)" +PROMPT='%{$FX[bold]$FG[243]$FX[bold]%}[%*] %h %{$reset_color%}% %{$FX[bold]$FG[113]$FX[bold]%}%~ %{$reset_color%}%{$(git_prompt_info)$(git_prompt_status) +${ret_status}% %{$reset_color%}' + +ZSH_THEME_GIT_PROMPT_PREFIX=" git:%{$FX[bold]$FG[117]$FX[bold]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX=" %{$reset_color%}" +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%} ✗%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%} ✓%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_UNMERGED=" ═" +ZSH_THEME_GIT_PROMPT_ADDED=" %{$fg_bold[green]%}+%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_MODIFIED=" %{$fg_bold[yellow]%}●%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_RENAMED=" ➜" +ZSH_THEME_GIT_PROMPT_UNTRACKED=" %{$fg_bold[yellow]%}?%{$reset_color%}"