Created
February 9, 2015 08:50
-
-
Save keopx/f0f3c12ffd85a58be57f to your computer and use it in GitHub Desktop.
Bash prompt with git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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