Sha256: e2f620eb9f2ed06a628dfd6b6ba573a349c2fa4d167b74e7cfe79fce2d6d2650
Contents?: true
Size: 782 Bytes
Versions: 2
Compression:
Stored size: 782 Bytes
Contents
#!/usr/bin/env bash if [[ "root" = "$(whoami)" ]] ; then rvm_rc_files="/etc/profile /etc/zshenv" else rvm_rc_files="$HOME/.bash_profile $HOME/.bashrc $HOME/.zshrc" fi rvm_scripts_path="${rvm_scripts_path:-"$rvm_path/scripts"}" 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_bin_path="${rvm_bin_path:-"$rvm_path/bin"}" rvm_gem_path="${rvm_gem_path:-"$rvm_path/gems"}" rvm_config_path="${rvm_config_path:-"$rvm_path/config"}" rvm_hooks_path="${rvm_hooks_path:-"$rvm_path/hooks"}" rvm_tmp_path="${rvm_tmp_path:-"$rvm_path/tmp"}" export rvm_path rvm_scripts_path rvm_archives_path rvm_src_path rvm_log_path rvm_bin_path rvm_gem_path rvm_config_path rvm_tmp_path
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rvm-0.0.86 | scripts/initialize |
rvm-0.0.85 | scripts/initialize |