aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
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)
}