Skip to content

Instantly share code, notes, and snippets.

@xuncheng
Created March 23, 2014 15:47
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 xuncheng/9724944 to your computer and use it in GitHub Desktop.
Save xuncheng/9724944 to your computer and use it in GitHub Desktop.
# .powrc
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