Files
dotfiles/bashrc.d/rbenv.bash
2023-01-10 10:11:38 +00:00

5 lines
93 B
Bash

if [ -f "$HOME/.rbenv/bin/rbenv" ] ; then
eval "$($HOME/.rbenv/bin/rbenv init - bash)"
fi