# .bash_profile

source /Users/kbroman/.bashrc

export NODE_PATH=/Users/kbroman/.bin/lib/node_modules

[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*

# added by Anaconda 1.8.0 installer
export PATH="/Users/kbroman/anaconda/bin:$PATH"
