diff --git a/dot_config/bash/bashrc.d/ruby.sh.tmpl b/dot_config/bash/bashrc.d/ruby.sh.tmpl index b94823c..099d8e0 100644 --- a/dot_config/bash/bashrc.d/ruby.sh.tmpl +++ b/dot_config/bash/bashrc.d/ruby.sh.tmpl @@ -2,9 +2,7 @@ # shellcheck shell=bash if [ "${RBENV_SHELL}" = "" ]; then - if command -v rbenv >/dev/null 2>&1 ; then - eval "$(rbenv init -)" - fi + eval "$(rbenv init -)" fi {{ end }} {{- if lookPath "rvm" -}}