How can you change the default version of Java on a mac?
add following command to the ~/.zshenv file
~/.zshenv
export JAVA_HOME=`/usr/libexec/java_home -v 1.8`