Skip to content

Instantly share code, notes, and snippets.

@ox
Last active December 17, 2015 09:39
Show Gist options
  • Save ox/5588595 to your computer and use it in GitHub Desktop.
Save ox/5588595 to your computer and use it in GitHub Desktop.
if [ -f `brew --prefix`/etc/bash_completion ]; then
. `brew --prefix`/etc/bash_completion
fi
export PS1="\W \$ "
export PATH=/usr/local/share/npm/bin:$PATH
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
source ~/.bash_profile
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
execute pathogen#infect()
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment