Remove unneeded check

main
Buddy Sandidge 2 years ago
parent acfa2dbccb
commit 3bc585e72b

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

Loading…
Cancel
Save