Skip to content

Instantly share code, notes, and snippets.

@zliang-min
Forked from mpapis/powrc.sh
Created April 12, 2013 17:56
Show Gist options
  • Save zliang-min/5373862 to your computer and use it in GitHub Desktop.
Save zliang-min/5373862 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