Skip to content

Instantly share code, notes, and snippets.

@milin
Created April 16, 2012 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milin/2402094 to your computer and use it in GitHub Desktop.
Save milin/2402094 to your computer and use it in GitHub Desktop.
zsh theme
ZSH_THEME_SVN_PROMPT_PREFIX="%{$reset_color%}%{$fg[green]%}"
ZSH_THEME_SVN_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_SVN_PROMPT_DIRTY="%{$fg[red]%} ✘ %{$reset_color%}"
ZSH_THEME_SVN_PROMPT_CLEAN=" "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment