Skip to content

Instantly share code, notes, and snippets.

@philosodad
Created October 8, 2015 18:48
Show Gist options
  • Save philosodad/27bb00680bb27adb636d to your computer and use it in GitHub Desktop.
Save philosodad/27bb00680bb27adb636d to your computer and use it in GitHub Desktop.
if [ -x /usr/libexec/path_helper ]; then
PATH=''
source /etc/profile
fi
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile
export PATH=/usr/local/bin:$PATH
export PATH=$PATH:/$HOME/bin
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
export EDITOR=/usr/bin/vim
export PYENV_ROOT=/usr/local/opt/pyenv
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
source ~/perl5/perlbrew/etc/bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment