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