ohmyzsh/themes/miloshadzic.zsh-theme

9 lines
250 B
Text
Raw Normal View History

2011-06-01 12:45:15 +02:00
# Yay! High voltage and arrows!
ZSH_THEME_GIT_PROMPT_PREFIX="%f%F{green}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%f "
ZSH_THEME_GIT_PROMPT_DIRTY="%F{yellow}⚡%f"
2011-06-01 12:45:15 +02:00
ZSH_THEME_GIT_PROMPT_CLEAN=""
PROMPT='%F{cyan}%1~%f%F{red}|%f$(git_prompt_info)%F{cyan}⇒%f '