Skip to content

Instantly share code, notes, and snippets.

@mpapis
Forked from nbibler/gist:5307941
Last active June 10, 2020 21:31
Show Gist options
  • Save mpapis/5364653 to your computer and use it in GitHub Desktop.
Save mpapis/5364653 to your computer and use it in GitHub Desktop.
if
[ -f "$rvm_path/scripts/rvm" ]
then
__env="$( "$rvm_path/bin/rvm" . do 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