Blame view

themes/robbyrussell.zsh-theme 366 Bytes
27c692c81   mj   Squashed 'repos/r...
1
2
  local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )"
  PROMPT='${ret_status} %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)'
093a6c34b   mj   Squashed 'repos/r...
3

27c692c81   mj   Squashed 'repos/r...
4
5
6
  ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}"
  ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
  ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗"
093a6c34b   mj   Squashed 'repos/r...
7
  ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"