Added my personal theme

This commit is contained in:
Kevin Porter 2013-05-28 21:03:52 -07:00 committed by Kevin Porter
commit 293654897a

9
themes/kporter.zsh-theme Normal file
View file

@ -0,0 +1,9 @@
#kporter theme
PROMPT=' %{$fg[cyan]%}┌[%{$fg_bold[white]%}%D{%m/%d %K:%M}%{$reset_color%}%{$fg[cyan]%}]%{$fg[white]%}-%{$fg[cyan]%}(%{$fg_bold[white]%}%~%{$reset_color%}%{$fg[cyan]%})$(git_prompt_info)%{$fg_bold[white]%}[$(jobs | wc -l)]%{$reset_color%}%{$fg[cyan]%}-
└> % %{$reset_color%}'
RPROMPT='%{$fg_bold[white]%}$(acpi -b | cut -d ',' -f2 | tr -d '%')%%%{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="-[%{$reset_color%}%{$fg[white]%}git://%{$fg_bold[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%}"