Skip to content

Instantly share code, notes, and snippets.

View joaofraga's full-sized avatar
:octocat:

João Fraga joaofraga

:octocat:
  • CEO @ Paag
  • Belo Horizonte, Brasil
View GitHub Profile
@joaofraga
joaofraga / .bashrc
Last active August 29, 2015 14:02 — forked from justintv/.bashrc
export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\] \[\033[33;1m\]\w\[\033[m\] (\$(git branch 2>/dev/null | grep '^*' | colrm 1 2)) \$ "
# gives me:
# jgfraga@ ~/development/ruby/project (master) # user in green, curr dir in yellow, and branch in green