Created
November 25, 2012 07:56
-
-
Save observerss/4142775 to your computer and use it in GitHub Desktop.
My Favorite Bash Prompt
This file contains 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="\[\033[01;32m\]\u\[\033[00m\] \[\033[01;34m\]\w\[\033[01;31m\]\`git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(git:\1)/'\`\[\033[00m\]\$ " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
嗯,这么写比较好,不破坏原来的 PS1
PS,是不是看了我的 $PS1 才想起来这么干的? ^^