sporty_256.zsh-theme 589 B

12345678910111213
  1. # zsh theme requires 256 color enabled terminal
  2. # i.e TERM=xterm-256color
  3. # Preview - https://www.flickr.com/photos/adelcampo/4556482563/sizes/o/
  4. # based on robbyrussell's shell but louder!
  5. PROMPT='%{$fg_bold[blue]%}$(git_prompt_info) %F{208}%c%f
  6. %{$fg_bold[white]%}%# %{$reset_color%}'
  7. RPROMPT='%B%F{208}%n%f%{$fg_bold[white]%}@%F{039}%m%f%{$reset_color%}'
  8. ZSH_THEME_GIT_PROMPT_PREFIX="%F{154}±|%f%F{124}"
  9. ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
  10. ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}%B✘%b%F{154}|%f%{$reset_color%}"
  11. ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✔%F{154}|"