From d0e73b801e12f2d6a59e14a3d627aa7b2b41715a Mon Sep 17 00:00:00 2001 From: Felix Nehrke Date: Mon, 28 Feb 2022 22:01:10 +0100 Subject: [PATCH] Disable deprecation-message for bash on macos --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index c2e5e00..adf80be 100644 --- a/.bashrc +++ b/.bashrc @@ -7,6 +7,9 @@ export XDG_STATE_HOME=$HOME/.local/state export EDITOR=vim +# Shut off deprecation warning of bash in mac +export BASH_SILENCE_DEPRECATION_WARNING=1 + if [ -d /etc/skel/.bashrc ] then source /etc/skel/.bashrc