Skip to content

Instantly share code, notes, and snippets.

View git-cd's full-sized avatar

TI Rocket Jundiai git-cd

  • Rocket
  • Jundiai, Sao Paulo
View GitHub Profile
@git-cd
git-cd / .bashrc
Created April 23, 2014 10:45
GIT Bash
PS1='\[\033[0;37m\][\t]\[\033[0;32m\][\u]\[\033[31m\][\h]`git branch 2>/dev/null | grep \* | head -1 | sed "s/\* //g" | awk "{ print \"[ \"\\\$1 \" ]\" }"` \[\033[1;33m\]\w\a\[\033[0m\]\n\$ '