afowler.zsh-theme 312 B

12345678
  1. local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
  2. PROMPT='%m %{${fg_bold[blue]}%}:: %{$reset_color%}%{${fg[green]}%}%3~ $(git_prompt_info)%{${fg[blue]}%}»%{${reset_color}%} '
  3. RPS1="${return_code}"
  4. ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹"
  5. ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}"