dotfiles/dotlib/generic-post/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
2022-10-25 00:52:55 +00:00
add-path ~/.rvm/bin
2022-10-15 03:58:23 +00:00
fi