Skip to content

Instantly share code, notes, and snippets.

@redrick
Last active August 29, 2015 14:03
Show Gist options
  • Save redrick/56b7b3204613df140232 to your computer and use it in GitHub Desktop.
Save redrick/56b7b3204613df140232 to your computer and use it in GitHub Desktop.
.powrc to use with pow and rvm 1.25 (.ruby-version/.ruby-gemset)
if [ -f "$rvm_path/scripts/rvm" ] && [ -f ".ruby-version" ] && [ -f ".ruby-gemset" ] ; then
source "$rvm_path/scripts/rvm"
rvm use `cat .ruby-version`@`cat .ruby-gemset`
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment