Disable deprecation-message for bash on macos

This commit is contained in:
2022-02-28 22:01:10 +01:00
parent 4abf6e21ab
commit d0e73b801e

View File

@@ -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