Skip to content

Instantly share code, notes, and snippets.

@keopx
Created February 9, 2015 08:50
Show Gist options
  • Save keopx/f0f3c12ffd85a58be57f to your computer and use it in GitHub Desktop.
Save keopx/f0f3c12ffd85a58be57f to your computer and use it in GitHub Desktop.
Bash prompt with git
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u\[\033[01;33m\]@\[\033[01;36m\]\h \[\033[01;33m\]\w\[\033[1;37m\]$(__git_ps1) \[\033[01;35m\]\$ \[\033[00m\]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment