Skip to content

Instantly share code, notes, and snippets.

@matt-dray
Last active May 5, 2023 09:03
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 matt-dray/d19d5df53983688cf15be9d5cdc0b870 to your computer and use it in GitHub Desktop.
Save matt-dray/d19d5df53983688cf15be9d5cdc0b870 to your computer and use it in GitHub Desktop.
autoload -Uz vcs_info
precmd() { vcs_info }
zstyle ':vcs_info:git:*' formats '%b '
setopt PROMPT_SUBST
PROMPT='%F{green}%*%f %F{blue}%~%f %F{red}${vcs_info_msg_0_}%f$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment