Skip to content

Instantly share code, notes, and snippets.

@ksexton
Created February 18, 2013 15:23
Show Gist options
  • Save ksexton/4978175 to your computer and use it in GitHub Desktop.
Save ksexton/4978175 to your computer and use it in GitHub Desktop.
PROMPT='%{$fg[blue]%}$(git_prompt_info)%{$fg[blue]%}%{$fg[cyan]%}%c %% %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="(%{$fg[magenta]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%} / $fg[red]%}ಠ_ಠ%{$fg[blue]%})%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%} / $fg[green]%}ᵔ◡ᵔ%{$fg[blue]%})%{$reset_color%} "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment