From c7e6e5c3319c56dd3ebeea46aedf9c902ca2ffcd Mon Sep 17 00:00:00 2001 From: gered Date: Fri, 31 Jan 2025 12:10:24 -0500 Subject: [PATCH] include ruby-build plugin when installing rbenv rbenv is kind of useless without this, IMHO ... --- bashrc.d/ruby.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc.d/ruby.bashrc b/bashrc.d/ruby.bashrc index e516675..643a221 100755 --- a/bashrc.d/ruby.bashrc +++ b/bashrc.d/ruby.bashrc @@ -7,6 +7,7 @@ function install_rbenv { fi git clone https://github.com/rbenv/rbenv.git ${HOME}/.rbenv + git clone https://github.com/rbenv/ruby-build.git ${HOME}/.rbenv/plugins/ruby-build } if [ -d "${HOME}/.rbenv" ]; then