dotfiles/dotlib/ruby.sh

5 lines
98 B
Bash
Raw Normal View History

2022-10-15 03:58:23 +00:00
if [[ -d ~/.rvm && -s ~/.rvm/scripts/rvm ]]; then
. ~/.rvm/scripts/rvm
add_path ~/.rvm/bin
fi