@ -2,10 +2,8 @@
# shellcheck shell=bash
if [ "${RBENV_SHELL}" = "" ]; then
if command -v rbenv >/dev/null 2>&1 ; then
eval "$(rbenv init -)"
fi
{{ end }}
{{- if lookPath "rvm" -}}
if [[ -d "${HOME}/.rvm/bin" ]]; then