{bash,zsh}rc: add ruby-build comment for rbenv

This commit is contained in:
Aminda Suomalainen 2024-07-06 09:50:04 +03:00
parent 0a46356790
commit b65b306c9e
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 4 additions and 0 deletions

View File

@ -278,6 +278,8 @@ fi
if [ -d ~/.rbenv/bin ]; then
PATH="$HOME/.rbenv/bin:$PATH"
rbenv init > /dev/null 2>&1
# Remember! And verify it before running!
# git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build
fi
# https://github.com/pyenv/pyenv

View File

@ -244,6 +244,8 @@ fi
if [ -d ~/.rbenv/bin ]; then
PATH="$HOME/.rbenv/bin:$PATH"
rbenv init >/dev/null 2>&1
# Remember! And verify it before running!
# git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build
fi
# https://github.com/pyenv/pyenv