diff --git a/bash/.bashrc b/bash/.bashrc index ebad5f4..c182dfe 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -46,3 +46,5 @@ export GPG_TTY=$(tty) if [ -x "$(command -v gpg-connect-agent)" ]; then gpg-connect-agent updatestartuptty /bye > /dev/null fi + +export BASH_SILENCE_DEPRECATION_WARNING=1