Skip to content

Instantly share code, notes, and snippets.

@piersolenski
Created August 9, 2016 13:55
Show Gist options
  • Save piersolenski/c196f6191058dc8640deae88857697bc to your computer and use it in GitHub Desktop.
Save piersolenski/c196f6191058dc8640deae88857697bc to your computer and use it in GitHub Desktop.
A ZSH theme
local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ %s)"
PROMPT='%{$fg_bold[red]%}➜ %{$fg_bold[yellow]%}%~ %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
RPROMPT='%{$fg[blue]%}[%*]%{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[red]%}✗%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%}) %{$fg[green]%}✔%{$reset_color%}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment