Skip to content

Instantly share code, notes, and snippets.

@davidfrey
Created February 14, 2014 18:12
Show Gist options
  • Save davidfrey/9006009 to your computer and use it in GitHub Desktop.
Save davidfrey/9006009 to your computer and use it in GitHub Desktop.
Sanity with RVM, Vim, and Zsh
# Make shelling out in Vim pick up RVM settings
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment