jaischeema.zsh-theme 561 B

123456789101112
  1. # jaischeema.zsh-theme
  2. PROMPT='%{$fg_bold[magenta]%}%m%{$reset_color%} at %{$fg_bold[green]%}%~%{$reset_color%} %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%}% %{$reset_color%}%{$fg[red]%}❯%{$reset_color%} '
  3. RPROMPT='$(ruby_prompt_info)'
  4. ZSH_THEME_GIT_PROMPT_PREFIX="±(%{$fg[red]%}"
  5. ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
  6. ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%} "
  7. ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%}) "
  8. ZSH_THEME_RUBY_PROMPT_PREFIX="%{$fg[red]%}"
  9. ZSH_THEME_RUBY_PROMPT_SUFFIX="%{$reset_color%}"