Skip to content

Instantly share code, notes, and snippets.

View jeremypharo's full-sized avatar

Jeremy Pharo jeremypharo

View GitHub Profile
@sbone
sbone / .bashrc
Created February 17, 2012 16:23
Customized .bashrc
# RVM
export PATH="./bin:$PATH"
[[ -s "/Users/Steven/.rvm/scripts/rvm" ]] && source "/Users/Steven/.rvm/scripts/rvm"
# Git command and branch name tab-completion
source ~/git-completion.bash
# Check if directory is a Git repo
# Customized from http://vvv.tobiassjosten.net/git/add-current-git-branch-to-your-bash-prompt
git_prompt ()