Sha256: e069fc6a403842ebd900bbcc7b8f438deb58d7e8fa8cb968e8fd588aa44ccd8f
Contents?: true
Size: 785 Bytes
Versions: 3
Compression:
Stored size: 785 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_temp_path="${rvm_temp_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_temp_path
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rvm-0.0.84 | scripts/initialize |
rvm-0.0.83 | scripts/initialize |
rvm-0.0.82 | scripts/initialize |