From deea89de45de265d91676c24995baf53ce20eaad Mon Sep 17 00:00:00 2001 From: jason Date: Wed, 12 Apr 2023 10:02:07 -0600 Subject: disable SAM CLI telemetry --- bash/.bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bash') diff --git a/bash/.bashrc b/bash/.bashrc index 996a6e3..edd834d 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -9,6 +9,9 @@ PATH="${HOME}/bin:${HOME}/.local/bin:${PATH}" # Disable bash deprecation warning on OS X export BASH_SILENCE_DEPRECATION_WARNING=1 +# Disable AWS SAM Telemetry +export SAM_CLI_TELEMETRY=0 + # Enable starship if possible STARSHIP=`which starship` if [[ -x $STARSHIP ]]; then -- cgit v1.2.1