Blame view

repos/robbyrussell/oh-my-zsh/themes/daveverwer.zsh-theme 308 Bytes
093a6c34b   mj   Squashed 'repos/r...
1
2
3
4
5
6
7
  # Copied and modified from the oh-my-zsh theme from geoffgarside
  # Red server name, green cwd, blue git status
  
  PROMPT='%{$fg[red]%}%m%{$reset_color%}:%{$fg[green]%}%c%{$reset_color%}$(git_prompt_info) %(!.#.$) '
  
  ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[blue]%}("
  ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}"