Skip to content

Instantly share code, notes, and snippets.

@agustin107
Last active November 11, 2015 23:08
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 agustin107/3c0cd0ec00e6664614c3 to your computer and use it in GitHub Desktop.
Save agustin107/3c0cd0ec00e6664614c3 to your computer and use it in GitHub Desktop.
# Show current Git branch on bash prompt
PS1="[\[\033[32m\]\w]\[\033[0m\]\$(__git_ps1)\n\[\033[1;36m\]\u@\h\[\033[32m\]$ \[\033[0m\]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment