Skip to content

Instantly share code, notes, and snippets.

@pgroudas
Created October 5, 2011 06:16
Show Gist options
  • Save pgroudas/1263779 to your computer and use it in GitHub Desktop.
Save pgroudas/1263779 to your computer and use it in GitHub Desktop.
Adding a good PS1 for working with git
GREEN='0;32m'
YELLOW='1;33m'
PS1='[\u@\h \[\033[$GREEN\]\W\[\033[0m\]\[\033[$YELLOW\]$(__git_ps1 " (%s)")\[\033[0m\]]\$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment