Skip to content

Instantly share code, notes, and snippets.

@fauxparse
Created July 20, 2015 06:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fauxparse/445b8dc4df934c54d02b to your computer and use it in GitHub Desktop.
Save fauxparse/445b8dc4df934c54d02b to your computer and use it in GitHub Desktop.
fauxparse.zsh-theme
PROMPT='%{$fg_bold[yellow]%}★%{$fg_bold[green]%}%p %{$fg[blue]%}%c % %{$reset_color%}'
RPROMPT='$(git_prompt_info)'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%} ✗%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN=" "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment