1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-22 12:09:36 +08:00
ohmyzsh/themes/afowler.zsh-theme

6 lines
219 B
Plaintext
Raw Normal View History

PROMPT='%m %B%F{blue}:: %b%F{green}%3~ $(git_prompt_info)%B%(!.%F{red}.%F{blue})»%f%b '
RPS1='%(?..%F{red}%? ↵%f)'
2010-05-05 04:19:09 +08:00
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX=" %{$reset_color%}"