# shellcheck disable=SC2016

_notice() {
  echo -e "\e[1;33m$1\e[0m"
}

post_install() {
  _notice 'Your shell must be initialized before rbenv will function correctly.'
  _notice 'Run the following, and consider adding it to your ~/.bashrc:'
  _notice '    eval "$(rbenv init -)"'
}
