Skip to content

Instantly share code, notes, and snippets.

View jeff-ring's full-sized avatar

Jeff L jeff-ring

View GitHub Profile
@jeff-ring
jeff-ring / .powrc
Created August 9, 2018 22:03 — forked from aharpole/.powrc
Everything you need to use RVM sanely. Check out the instructions in the rvm-setup file to get started.
if [ -f ".rvmrc" ]; then
source ".rvmrc"
fi