1 [[ $(hostname) == "tardis" ]]  && hostcolor=red
 
   2 [[ $(hostname) == "shada" ]]   && hostcolor=green
 
   3 PROMPT='%(?..%{$fg_bold[white]%}[%?])%{$reset_color%}[%D{%k:%M} %n@%{$fg[$hostcolor]%}%m%{$reset_color%}$(git_prompt_info)]%# '
 
   4 RPROMPT='%{$fg[green]%}%~%{$reset_color%}'
 
   6 ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[yellow]%}<"
 
   7 ZSH_THEME_GIT_PROMPT_SUFFIX=">%{$reset_color%}"
 
   8 ZSH_THEME_GIT_PROMPT_DIRTY="*"
 
   9 ZSH_THEME_GIT_PROMPT_CLEAN=""