Created
December 30, 2011 16:49
-
-
Save Mirai/1540578 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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