Skip to content

Commit

Permalink
Fixed color in last character of clean git info
Browse files Browse the repository at this point in the history
  • Loading branch information
doritostains authored and robbyrussell committed May 7, 2010
1 parent 91add78 commit 4155ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/sporty_256.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ RPROMPT='%B%F{208}%n%f%{$fg_bold[white]%}@%F{039}%m%f%{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="%F{154}±|%f%F{124}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}%B✘%b%F{154}|%f%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✔%{$fg[blue]%}|"
ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✔%F{154}|"

0 comments on commit 4155ade

Please sign in to comment.