I was trying to get this working, but Twitter RSS feeds now require authentication, and Google Reader does not support authentication.
A service called http://freemyfeed.com can strip away the authentication from the feed, and gives you a new RSS feed that you can then supply to Google Reader or IGoogle.
Perfect! Just what I was looking for! Thanks.
parse_git_branch() {
git branch 2> /dev/null | sed -e ‘/^[^*]/d’ -e ‘s/* \(.*\)/[\1]/’
}
export PS1=’\[33[0;33m\]\h \[33[1;35m\]\w\[33[0;32m\] $(parse_git_branch)\[33[00m\]: ‘
=P