Silence deprecation warning

This commit is contained in:
Loic Nageleisen 2021-01-06 13:53:10 +01:00
parent 8acf539dc8
commit e317caaa8f

View file

@ -42,4 +42,7 @@ shopt -s cdspell
# turn off distractive bells # turn off distractive bells
set bell-style none set bell-style none
# disable deprecation warning
export BASH_SILENCE_DEPRECATION_WARNING=1
# vim: ft=sh # vim: ft=sh