Skip to content

Instantly share code, notes, and snippets.

@Johnathan
Created June 26, 2012 13:46
Show Gist options
  • Select an option

  • Save Johnathan/2995865 to your computer and use it in GitHub Desktop.

Select an option

Save Johnathan/2995865 to your computer and use it in GitHub Desktop.
PROMPT='
%{$fg_bold[red]%}$(collapse_pwd)%{$reset_color%}$(git_prompt_info)$(git_prompt_status)
$(virtualenv_info)-> '
ZSH_THEME_GIT_PROMPT_PREFIX=" on %{$fg[yellow]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[green]%}+$fg[red]%}-$reset_color%}$fg[white]"
ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[blue]%}•%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%} ✔%{$reset_color%}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment