mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
Remove rvm
This commit is contained in:
@@ -1,14 +0,0 @@
|
|||||||
# Enable RVM if available
|
|
||||||
if [[ -s ${HOME}/.rvm/scripts/rvm ]] ; then
|
|
||||||
source ${HOME}/.rvm/scripts/rvm
|
|
||||||
else
|
|
||||||
function install_rvm {
|
|
||||||
export rvm_ignore_dotfiles=yes
|
|
||||||
pushd `mktemp -d`
|
|
||||||
curl -O https://raw.githubusercontent.com/rvm/rvm/master/binscripts/rvm-installer
|
|
||||||
curl -O https://raw.githubusercontent.com/rvm/rvm/master/binscripts/rvm-installer.asc
|
|
||||||
gpg --verify rvm-installer.asc && \
|
|
||||||
bash rvm-installer stable
|
|
||||||
popd
|
|
||||||
}
|
|
||||||
fi
|
|
||||||
Reference in New Issue
Block a user