Skip to content

Instantly share code, notes, and snippets.

@anibali
Created June 13, 2016 01:21
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 anibali/7cb31d95db0da209b6b7eec099022e34 to your computer and use it in GitHub Desktop.
Save anibali/7cb31d95db0da209b6b7eec099022e34 to your computer and use it in GitHub Desktop.
# Set prompt
PROMPT='%{$fg_bold[green]%}%n@%m%{$reset_color%}:%{$fg_bold[blue]%}%2~$(git_prompt_info)%{$reset_color%}%(!.#.$) '
# Set Git prompt decorations
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[red]%}‹"
ZSH_THEME_GIT_PROMPT_SUFFIX="›%{$reset_color%}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment