Skip to content

Instantly share code, notes, and snippets.

@madflow
Created March 23, 2016 09:45
Show Gist options
  • Save madflow/00519abe0a883e1d5ff6 to your computer and use it in GitHub Desktop.
Save madflow/00519abe0a883e1d5ff6 to your computer and use it in GitHub Desktop.
local ret_status="%(?:%{$fg_bold[green]%}%{$fg_bold[green]%}%m%{$reset_color%} ➜:%{$fg_bold[red]%}➜ )"
PROMPT='${ret_status} %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment