tonotdo.zsh-theme 340 B

1234567
  1. # Inspired by many other themes
  2. PROMPT='[%*] %{$fg[cyan]%}%n%{$fg[magenta]%}➜%{$fg[green]%}%3~$(git_prompt_info)%{$reset_color%} » '
  3. ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg_bold[blue]%}git(%{$fg[red]%}"
  4. ZSH_THEME_GIT_PROMPT_SUFFIX=""
  5. ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"
  6. ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}✗%{$fg[blue]%})"