Skip to content

Instantly share code, notes, and snippets.

@dermidgen
Created June 3, 2014 16:11
Show Gist options
  • Save dermidgen/1cb4626e2566416f8216 to your computer and use it in GitHub Desktop.
Save dermidgen/1cb4626e2566416f8216 to your computer and use it in GitHub Desktop.
Srsly ZSH Theme
PROMPT='%{$fg_bold[red]%}➜ %{$fg_bold[green]%}%m %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}$ '
RPROMPT='%{$reset_color%} %{$fg_bold[green]%}%p %{$fg[grey]%}%~%{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%}) %{$fg[green]%}✓%{$reset_color%}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment