osx/custompkg/root/etc/skel/Library/bashrc.d/100.disable-spyware.sh
Jeffrey Paul c17f016d68 Update 'custompkg/root/etc/skel/Library/bashrc.d/100.disable-spyware.sh'
remove gcloud spyware optout on each and every shell invocation (moved it to install-time)
2020-05-08 17:50:33 +00:00

11 lines
224 B
Bash

export DO_NOT_TRACK=1
# the rest
export HOMEBREW_NO_ANALYTICS=1
export GATSBY_TELEMETRY_DISABLED=1
export STNOUPGRADE=1
export DOTNET_CLI_TELEMETRY_OPTOUT=1
export SAM_CLI_TELEMETRY=0
export AZURE_CORE_COLLECT_TELEMETRY=0