Remove unneeded check

main
Buddy Sandidge 2 years ago
parent acfa2dbccb
commit 3bc585e72b

@ -2,10 +2,8 @@
# 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" -}}
if [[ -d "${HOME}/.rvm/bin" ]]; then if [[ -d "${HOME}/.rvm/bin" ]]; then

Loading…
Cancel
Save