Skip to content

Instantly share code, notes, and snippets.

@andrewkatz
Created January 13, 2013 22:37
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 andrewkatz/4526609 to your computer and use it in GitHub Desktop.
Save andrewkatz/4526609 to your computer and use it in GitHub Desktop.
zsh theme
PROMPT=$'%{$fg[blue]%}[%~]%{$reset_color%}$(git_prompt_info) '
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%} ["
ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}✗%{$fg[green]%}"
ZSH_THEME_GIT_PROMPT_CLEAN=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment