config-bash/profile.d/rvm
Xavier Logerais (Numericable - Ingénierie Système) 2b0056091a Add profile.d/rvm
2013-11-06 01:28:58 +01:00

8 lines
189 B
Bash

#!/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