Skip to content

Instantly share code, notes, and snippets.

@rsierra
Created January 13, 2014 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsierra/8398803 to your computer and use it in GitHub Desktop.
Save rsierra/8398803 to your computer and use it in GitHub Desktop.
Pow config with rvm 1.24.4
if [ -f "$rvm_path/scripts/rvm" ] && [ -f ".ruby-version" ]; then
source "$rvm_path/scripts/rvm"
if [ -f ".ruby-gemset" ]; then
rvm use `cat .ruby-version`@`cat .ruby-gemset`
else
rvm use `cat .ruby-version`
fi
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment