From e317caaa8f16143fd5e70350b8d0e407f0c82ea3 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Wed, 6 Jan 2021 13:53:10 +0100 Subject: [PATCH] Silence deprecation warning --- bash/rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/rc b/bash/rc index 047c39e..7559607 100644 --- a/bash/rc +++ b/bash/rc @@ -42,4 +42,7 @@ shopt -s cdspell # turn off distractive bells set bell-style none +# disable deprecation warning +export BASH_SILENCE_DEPRECATION_WARNING=1 + # vim: ft=sh