Add profile.d/rvm

This commit is contained in:
Xavier Logerais (Numericable - Ingénierie Système) 2013-11-06 01:28:58 +01:00
parent 4cff3cbaad
commit 2b0056091a

7
profile.d/rvm Normal file
View File

@ -0,0 +1,7 @@
#!/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