Sha256: 9a1ff16192b3531f63cf654b76f4f1338c18950997e61c1ddb2baf7d647ccdaa

Contents?: true

Size: 1.45 KB

Versions: 4

Compression:

Stored size: 1.45 KB

Contents

#!/usr/bin/env bash

if [[ "root" = "$(whoami)" ]] ; then
  rvm_rc_files="${rvm_rc_files:-"/etc/profile /etc/zshenv"}"
else
  rvm_rc_files="${rvm_rc_files:-"$HOME/.bash_profile $HOME/.bashrc $HOME/.zshenv"}"
fi

if [[ ! -z "$rvm_archflags" ]] ; then rvm_make_flags_flag=1 ; fi

rvm_project_rvmrc="${rvm_project_rvmrc:-1}"
rvm_project_rvmrc_default="${rvm_project_rvmrc_default:-0}"

rvm_archives_path="${rvm_archives_path:-"$rvm_path/archives"}"
rvm_src_path="${rvm_src_path:-"$rvm_path/src"}"
rvm_log_path="${rvm_log_path:-"$rvm_path/log"}"
rvm_docs_path="${rvm_docs_path:-"$rvm_path/docs"}"
rvm_bin_path="${rvm_bin_path:-"$rvm_path/bin"}"
rvm_gems_path="${rvm_gems_path:-"$rvm_path/gems"}"
rvm_gemsets_path="${rvm_gemsets_path:-"$rvm_path/gemsets"}"
rvm_gems_cache_path="${rvm_gems_cache_path:-"$rvm_gems_path/cache"}"
rvm_rubies_path="${rvm_rubies_path:-"$rvm_path/rubies"}"
rvm_config_path="${rvm_config_path:-"$rvm_path/config"}"
rvm_environments_path="${rvm_environments_path:-"$rvm_path/environments"}"
rvm_wrappers_path="${rvm_wrappers_path:-"$rvm_path/wrappers"}"
rvm_hooks_path="${rvm_hooks_path:-"$rvm_path/hooks"}"
rvm_tmp_path="${rvm_tmp_path:-"$rvm_path/tmp"}"
rvm_usr_path="${rvm_usr_path:-"$rvm_path/usr"}"
rvm_gemset_separator="${rvm_gemset_separator:-"@"}"

export rvm_path rvm_rubies_path rvm_scripts_path rvm_archives_path rvm_src_path rvm_log_path rvm_bin_path rvm_gems_path rvm_config_path rvm_tmp_path rvm_hooks_path rvm_gems_cache_path rvm_gemset_separator

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rvm-0.1.36 scripts/initialize
rvm-0.1.35 scripts/initialize
rvm-0.1.34 scripts/initialize
rvm-0.1.33 scripts/initialize