From a3af08cbb478c2e500a0cd88e3951688efb7b5e4 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Mon, 2 Nov 2020 13:20:08 -0500 Subject: [PATCH] Don't warn me about osx bash deprecation --- bash/.bashrc | 2 ++ 1 file changed, 2 insertions(+) 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