remove incomplete git integration from fishy theme

This commit is contained in:
Suraj N. Kurapati 2011-02-19 00:29:19 -08:00
commit 04f582d940

View file

@ -1,9 +1,5 @@
# ZSH Theme emulating the Fish shell's default prompt. # ZSH theme emulating the Fish shell's default prompt.
local user_color=green; [ $UID -eq 0 ] && user_color=red
local user_color='green'; [ $UID -eq 0 ] && user_color='red'
PROMPT='%n@%m %{$fg[$user_color]%}%~%{$reset_color%}%(!.#.>) ' PROMPT='%n@%m %{$fg[$user_color]%}%~%{$reset_color%}%(!.#.>) '
PROMPT2='%{$fg[red]%}\ %{$reset_color%}' PROMPT2='%{$fg[red]%}\ %{$reset_color%}'
RPS1='%(?..%{$fg[red]%}%? ↵%{$reset_color%})$(git_prompt_info)' RPS1='%(?..%{$fg[red]%}%? ↵%{$reset_color%})'
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[cyan]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"