diff options
| author | jason | 2023-04-12 10:02:07 -0600 |
|---|---|---|
| committer | jason | 2023-04-12 10:02:07 -0600 |
| commit | deea89de45de265d91676c24995baf53ce20eaad (patch) | |
| tree | 432f86c6a25796e7aed8190587a0a10519fae1e4 /bash | |
| parent | 7799ada93a701c423cc3190bddda8045f5139dd5 (diff) | |
| download | dotfiles-deea89de45de265d91676c24995baf53ce20eaad.tar.gz dotfiles-deea89de45de265d91676c24995baf53ce20eaad.zip | |
disable SAM CLI telemetry
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
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}" | |||
| 9 | # Disable bash deprecation warning on OS X | 9 | # Disable bash deprecation warning on OS X |
| 10 | export BASH_SILENCE_DEPRECATION_WARNING=1 | 10 | export BASH_SILENCE_DEPRECATION_WARNING=1 |
| 11 | 11 | ||
| 12 | # Disable AWS SAM Telemetry | ||
| 13 | export SAM_CLI_TELEMETRY=0 | ||
| 14 | |||
| 12 | # Enable starship if possible | 15 | # Enable starship if possible |
| 13 | STARSHIP=`which starship` | 16 | STARSHIP=`which starship` |
| 14 | if [[ -x $STARSHIP ]]; then | 17 | if [[ -x $STARSHIP ]]; then |