Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@JamesChevalier
Created January 21, 2013 14:42
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 JamesChevalier/4586541 to your computer and use it in GitHub Desktop.
Save JamesChevalier/4586541 to your computer and use it in GitHub Desktop.
powrc file
if [ -f "$rvm_path/scripts/rvm" ] && [ -f ".rvmrc" ]; then
source "$rvm_path/scripts/rvm"
source ".rvmrc"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment