rbenv: add

This commit is contained in:
2023-01-10 10:10:50 +00:00
parent baefc81a10
commit 3bf7bda226

4
bashrc.d/rbenv.bash Normal file
View File

@@ -0,0 +1,4 @@
if [ -f "$HOME/.rbenv/bin/rbenv" ] ; then
eval "$($HOME/.rbenv/bin/rbenv init - bash)"
fi