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