Skip to content

Instantly share code, notes, and snippets.

@tvlooy
Created July 17, 2014 20: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 tvlooy/c8dcbe5c41d79dac63da to your computer and use it in GitHub Desktop.
Save tvlooy/c8dcbe5c41d79dac63da to your computer and use it in GitHub Desktop.
my bash prompt
export GIT_PS1_SHOWDIRTYSTATE=1
PS1='[\[\033[00;31m\]\u@\h\[\033[00m\] \[\033[00;34m\]\w\[\033[00;31m\]$(__git_ps1)\[\033[00m\]]\n\$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment