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