# Base is a collection general files + commonely included # setup functions. # Load the general scripts. # Use rvm_base_except="" to override the except. for script_name in initialize utility selector; do if echo "$rvm_base_except" | grep -vq "$script_name" ; then source $rvm_scripts_path/$script_name fi done; unset script_name rvm_base_except # Setup hooks etc. __rvm_inherit_trace_flag __rvm_cleanup_temp_on_exit