ZSHTHEMEGITPROMPTADDED="%{$fg[cyan]%} ✈"

September 2, 2015 · View on GitHub

ZSH_THEME_GIT_PROMPT_PREFIX=" %{fg[cyan]ZSHTHEMEGITPROMPTSUFFIX="fg[cyan]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{reset_color%}" ZSH_THEME_GIT_PROMPT_DIRTY="%{fg[red]ZSHTHEMEGITPROMPTCLEAN="fg[red]%}✘" ZSH_THEME_GIT_PROMPT_CLEAN="%{fg[green]%}✔" ZSH_THEME_GIT_PROMPT_AHEAD="%{$fg[red]%}➦"

ZSH_THEME_GIT_PROMPT_ADDED="%{$fg[cyan]%} ✈"

ZSH_THEME_GIT_PROMPT_MODIFIED="%{$fg[yellow]%} ✭"

ZSH_THEME_GIT_PROMPT_DELETED="%{$fg[red]%} ✗"

ZSH_THEME_GIT_PROMPT_RENAMED="%{$fg[blue]%} ➦"

ZSH_THEME_GIT_PROMPT_UNMERGED="%{$fg[magenta]%} ✂"

ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[grey]%} ✱"

function prompt_char { if [ UIDeq0];thenecho"UID -eq 0 ]; then echo "%{fg[red]%}#%{resetcolorreset_color%}"; else echo ; fi }

get the name of the branch we are on

function vim_bg_info() { if [[ "(commandecho(command echo VIM)" != "" ]]; then echo " ⚡" fi }

PROMPT='%(?, ,%{fg[red]fg[red]%}FAIL%{reset_color%} ) %{fg[green]fg[green]%}[%*]%{reset_color%} %{fg[yellow]fg[yellow]%}%~%{reset_color%}(gitpromptinfo)(git_prompt_info)%{reset_color%}(gitpromptahead)(git_prompt_ahead)%{reset_color%}(vimbginfo)(vim_bg_info) %_ (prompt_char) '

Time on right

#RPROMPT='%{fg[green]fg[green]%}[%*]%{reset_color%}'