Skip to content

Instantly share code, notes, and snippets.

@lpiepiora
Last active August 29, 2015 14:13
Show Gist options
  • Save lpiepiora/0e4230d8a775926c7ea3 to your computer and use it in GitHub Desktop.
Save lpiepiora/0e4230d8a775926c7ea3 to your computer and use it in GitHub Desktop.
Coloured bash prompt with git support
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\[\033[0;33m\]$(__git_ps1 "[%s]")\[\e[0m\]\$ '
\[\033[01;32m\]\u@\h\[\033[0;33m\]$(parse_git_branch)\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment