Skip to content

Instantly share code, notes, and snippets.

@Dglgmut
Created November 6, 2013 13:29
Show Gist options
  • Save Dglgmut/7336073 to your computer and use it in GitHub Desktop.
Save Dglgmut/7336073 to your computer and use it in GitHub Desktop.
candy
PROMPT=$'╭%{$fg_bold[blue]%}%n%{$reset_color%}%{$fg[white]%}[%~]%{$reset_color%} $(git_prompt_info)\
╰>%{$reset_color%} '
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}["
ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}*%{$fg[green]%}"
ZSH_THEME_GIT_PROMPT_CLEAN=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment