mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 01:19:23 +01:00
{bash,zsh}rc: add ruby-build comment for rbenv
This commit is contained in:
parent
0a46356790
commit
b65b306c9e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user