aboutsummaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc3
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
10export BASH_SILENCE_DEPRECATION_WARNING=1 10export BASH_SILENCE_DEPRECATION_WARNING=1
11 11
12# Disable AWS SAM Telemetry
13export SAM_CLI_TELEMETRY=0
14
12# Enable starship if possible 15# Enable starship if possible
13STARSHIP=`which starship` 16STARSHIP=`which starship`
14if [[ -x $STARSHIP ]]; then 17if [[ -x $STARSHIP ]]; then