Created
December 9, 2012 21:38
-
-
Save jacegu/4247150 to your computer and use it in GitHub Desktop.
My theme for Oh My Zsh
This file contains hidden or 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[black]%}⌘ %{$reset_color%}%~ $(git_prompt_info)%{$fg[black]%}❯ %{$reset_color%}' | |
ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}(➥ %{$reset_color%}%{$fg[cyan]%}" | |
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " | |
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$reset_color%}%{$fg[red]%}✗%{$reset_color%})" | |
ZSH_THEME_GIT_PROMPT_CLEAN=" %{$reset_color%}%{$fg[green]%}✓%{$reset_color%})" |
Author
jacegu
commented
Dec 9, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment