ohmyzsh/themes/norm.zsh-theme

8 lines
290 B
Text
Raw Normal View History

PROMPT='%F{yellow}λ %m %F{green}%c %F{yellow}→ $(git_prompt_info)$(hg_prompt_info)%f'
2011-05-15 15:02:46 +02:00
ZSH_THEME_GIT_PROMPT_PREFIX="λ %F{blue}git %F{red}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%F{yellow} → %f"
ZSH_THEME_HG_PROMPT_PREFIX="λ %F{blue}hg %F{red}"
ZSH_THEME_HG_PROMPT_SUFFIX="%F{yellow} → %f"
2020-02-27 18:28:08 +01:00