Skip to content

Instantly share code, notes, and snippets.

@mike-park
Forked from mpapis/powrc.sh
Created April 11, 2013 19:18
Show Gist options
  • Save mike-park/5366383 to your computer and use it in GitHub Desktop.
Save mike-park/5366383 to your computer and use it in GitHub Desktop.
if
[ -f "$rvm_path/scripts/rvm" ]
then
__env="$( "$rvm_path/bin/rvm" env --path )"
if
[ -n "$__env" ] &&
[ -s "$__env" ]
then
source "$__env"
fi
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment