Skip to content

Instantly share code, notes, and snippets.

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 jameskbride/0e303e58f0780f727de99b22ed00a414 to your computer and use it in GitHub Desktop.
Save jameskbride/0e303e58f0780f727de99b22ed00a414 to your computer and use it in GitHub Desktop.
zsh prompt
source $HOME/projects/zsh-git-prompt/zshrc.sh # clone https://github.com/zsh-git-prompt/zsh-git-prompt
PROMPT='%F{cyan}%n%f@%F{green}%m%f:%F{yellow}%~%f$(git_super_status)$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment