Skip to content

Instantly share code, notes, and snippets.

@jfgomez86
Created July 4, 2013 19:14
Show Gist options
  • Save jfgomez86/5929723 to your computer and use it in GitHub Desktop.
Save jfgomez86/5929723 to your computer and use it in GitHub Desktop.
My latest powrc config
if [ -f "$rvm_path/scripts/rvm" ]; then
source "$rvm_path/scripts/rvm"
if [ -f ".ruby-version" ]; then
rvm use `cat .ruby-version`
fi
if [ -f ".ruby-gemset" ]; then
rvm gemset use `cat .ruby-gemset`
fi
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment