pygmalion.zsh-theme 449 B

123456789101112
  1. # Yay! High voltage and arrows!
  2. ZSH_THEME_GIT_PROMPT_PREFIX="%{${reset_color}%}%F{green}"
  3. ZSH_THEME_GIT_PROMPT_SUFFIX="%{${reset_color}%} "
  4. ZSH_THEME_GIT_PROMPT_DIRTY="%F{yellow}⚡%f"
  5. ZSH_THEME_GIT_PROMPT_CLEAN=""
  6. base_prompt="%{${reset_color}%}%F{magenta}%n%F{cyan}@%F{yellow}%m%F{red}:%F{cyan}%0~%F{red}|%f"
  7. post_prompt="%{${reset_color}%}%F{cyan}⇒%f "
  8. PROMPT="${base_prompt}\$(git_prompt_info)${post_prompt}"
  9. unset base_prompt post_prompt