_rbenv="${HOME}/.rbenv" if [ -d "${_rbenv}" ] then export PATH="${_rbenv}/bin:${_rbenv}/shims:${PATH}" fi unset _rbenv