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

post_install() {
  _notice 'Your shell must be initialized before nvm will function correctly.'
  _notice 'Run the following, and consider adding it to ~/.bashrc or ~/.zshrc:'
  _notice '    source /usr/share/nvm/init-nvm.sh'
}
