Removed RVM stuff from profile.d

This commit is contained in:
Xavier Logerais (Numericable - Ingénierie Système) 2013-12-05 13:39:37 +01:00
parent 919df7d554
commit 7ed2490ac2

View File

@ -1,10 +0,0 @@
#!/bin/bash
# Load RVM into a shell session *as a function*
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
# Add RVM to PATH for scripting
PATH=$PATH:$HOME/.rvm/bin
# Source bash completion for RVM
[[ -r "$HOME/.rvm/scripts/completion" ]] && source "$HOME/.rvm/scripts/completion"