From a45e6d970c53d3fe79dfc369b04c9b434bba7a41 Mon Sep 17 00:00:00 2001 From: benj Date: Fri, 9 Oct 2020 21:48:01 -0700 Subject: suppress osx zsh warning --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index cb46670..a246c5f 100644 --- a/.bashrc +++ b/.bashrc @@ -57,7 +57,7 @@ export VISUAL=emacs if [ "$(uname)" = "Darwin" ]; then export HADOOP_HOME="`brew --prefix hadoop`" export MONO_GAC_PREFIX="/usr/local" - +export BASH_SILENCE_DEPRECATION_WARNING=1 setjdk() { # Set java version on the fly export JAVA_HOME=$(/usr/libexec/java_home -v $1) } -- cgit v1.2.3