config-bash/profile.d/rvm

8 lines
189 B
Plaintext
Raw Normal View History

2013-11-06 01:28:58 +01:00
#!/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