Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
parse_git_branch() { git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/' } PS1="\w\$(parse_git_branch) $ "
Pasted March 24, 200810:12PM EDT
by realname Nic Williams (nicwilliams)