1 # ZSH Theme - Preview: http://dl.dropbox.com/u/1552408/Screenshots/2010-04-08-oh-my-zsh.png
 
   3 if [ $UID -eq 0 ]; then NCOLOR="red"; else NCOLOR="green"; fi
 
   4 local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
 
   6 PROMPT='%{$fg[$NCOLOR]%}%n%{$fg[green]%}@%m%{$reset_color%} %~ \
 
   8 %{$fg[red]%}%(!.#.»)%{$reset_color%} '
 
   9 PROMPT2='%{$fg[red]%}\ %{$reset_color%}'
 
  12 ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}±%{$fg[yellow]%}"
 
  13 ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
 
  14 ZSH_THEME_GIT_PROMPT_CLEAN=""
 
  15 ZSH_THEME_GIT_PROMPT_DIRTY="⚡"