Added snapshot URL

Fixed reset_color
This commit is contained in:
Eric Bouchut 2011-07-15 15:14:27 +02:00
commit 5b8303ece7

View file

@ -1,13 +1,13 @@
# ebouchut ZSH Theme # ebouchut ZSH Theme
# # http://img638.imageshack.us/img638/5069/b2f.png
# author: Eric Bouchut
# #
# Left Prompt: # Left Prompt:
# username@hostname:current_directory% # username@hostname:current_directory%
# #
# Right prompt when in a Git repository: # Right prompt when in a Git repository:
# ±branch_name clean_or_dirty status(ahead) [short_sha ] # ±branch_name clean_or_dirty status(ahead) [short_sha]
# #
# author: Eric Bouchut
ZSH_THEME_GIT_PROMPT_PREFIX="±‹%{$fg_bold[yellow]%}" ZSH_THEME_GIT_PROMPT_PREFIX="±‹%{$fg_bold[yellow]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
@ -17,15 +17,15 @@ ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}✗%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✔%{$reset_color%}" ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✔%{$reset_color%}"
# status # status
ZSH_THEME_GIT_PROMPT_ADDED="%{$fg_bold[green]%}✚" ZSH_THEME_GIT_PROMPT_ADDED="%{$fg_bold[green]%}✚%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_MODIFIED="%{$fg_bold[magenta]%}✹" ZSH_THEME_GIT_PROMPT_MODIFIED="%{$fg_bold[magenta]%}✹%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DELETED="%{$fg_bold[red]%}✖" ZSH_THEME_GIT_PROMPT_DELETED="%{$fg_bold[red]%}✖%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_RENAMED="%{$fg_bold[blue]%➜" ZSH_THEME_GIT_PROMPT_RENAMED="%{$fg_bold[blue]%➜%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_UNMERGED="%{$fg_bold[cyan]%}═" ZSH_THEME_GIT_PROMPT_UNMERGED="%{$fg_bold[cyan]%}═%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg_bold[green]%}✭" ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg_bold[green]%}✭%{$reset_color%}"
# when ahead # when ahead
ZSH_THEME_GIT_PROMPT_AHEAD="%{$fg_bold[red]%}(!)" ZSH_THEME_GIT_PROMPT_AHEAD="%{$fg_bold[red]%}(!)%{$reset_color%}"
# short_sha # short_sha
ZSH_THEME_GIT_PROMPT_SHA_BEFORE="%{$reset_color%}[" ZSH_THEME_GIT_PROMPT_SHA_BEFORE="%{$reset_color%}["