Skip to content

Instantly share code, notes, and snippets.

@ericvanjohnson
Created December 7, 2012 18:47
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 ericvanjohnson/4235452 to your computer and use it in GitHub Desktop.
Save ericvanjohnson/4235452 to your computer and use it in GitHub Desktop.
Nice BASH Prompt with Git Awareness
export PS1='\n\[\e[0;36m\]┌─[\[\e[0m\]\[\e[1;33m\]\u\[\e[0m\]\[\e[1;36m\]@\[\e[0m\]\[\e[1;33m\]\h\[\e[0m\]\[\e[0;36m\]]─[\[\e[0m\]\[\e[1;34m\]\w\[\e[0m\]\[\e[0;36m\]]\[\e[0;36m\]─$(__git_ps1 "[\[\e[1;37m\]%s\[\e[0m\]\[\e[0;36m\]]─")[\[\e[0m\]\[\e[0;31m\]\T\[\e[0m\]\[\e[0;36m\]]\[\e[0m\]\n\[\e[0;36m\]└─[\[\e[0m\]\[\e[1;37m\]\$\[\e[0m\]\[\e[0;36m\]]› \[\e[0m\]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment