lukerandall.zsh-theme 428 B

12345678910
  1. # ZSH Theme - Preview: http://cl.ly/f701d00760f8059e06dc
  2. # Thanks to gallifrey, upon whose theme this is based
  3. local return_code="%(?..%{$fg_bold[red]%}%? ↵%{$reset_color%})"
  4. PROMPT='%{$fg_bold[green]%}%n@%m%{$reset_color%} %{$fg_bold[blue]%}%2~%{$reset_color%} $(git_prompt_info)%{$reset_color%}%B»%b '
  5. RPS1="${return_code}"
  6. ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}("
  7. ZSH_THEME_GIT_PROMPT_SUFFIX=") %{$reset_color%}"