Skip to content

Instantly share code, notes, and snippets.

@javidjamae
Last active August 29, 2015 14:25
Show Gist options
  • Save javidjamae/a5f46235e6b8f8604d04 to your computer and use it in GitHub Desktop.
Save javidjamae/a5f46235e6b8f8604d04 to your computer and use it in GitHub Desktop.
Use this .powrc file to get pow to play nicely with rvm
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