dotfiles/dotlib/ruby.sh

5 lines
98 B
Bash

if [[ -d ~/.rvm && -s ~/.rvm/scripts/rvm ]]; then
. ~/.rvm/scripts/rvm
add_path ~/.rvm/bin
fi