Skip to content

Instantly share code, notes, and snippets.

@Mirai
Created December 30, 2011 16:49
Show Gist options
  • Save Mirai/1540578 to your computer and use it in GitHub Desktop.
Save Mirai/1540578 to your computer and use it in GitHub Desktop.
PROMPT='%{$fg_bold[red]%}➜ %{$fg[cyan]%}%c $(git_prompt_info) % %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}["
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$fg_bold[blue]%}]"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment