diff options
author | claw0ry <me@claw0ry.net> | 2025-01-07 08:24:59 +0100 |
---|---|---|
committer | claw0ry <me@claw0ry.net> | 2025-01-07 08:24:59 +0100 |
commit | cd898abd3d8c8d4e95e82e3c0e094103fc6416be (patch) | |
tree | 1b62572c62592960415c71a8f69541028343012c /.bashrc | |
parent | bash: double underscore convention for local functions (diff) |
bash: optout of Microsoft telemetry
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -19,7 +19,10 @@ export TERM="xterm-256color" export FZF_DEFAULT_COMMAND='ag --hidden -g ""' export GOPROXY=direct export GOPATH="$HOME/.local/go" -export FUNCTIONS_CORE_TOOLS_TELEMETRY_OUTPUT=1 + +# --- TELEMETRY OPTOUT +export FUNCTIONS_CORE_TOOLS_TELEMETRY_OPTOUT=1 +export AZURE_CORE_COLLECT_TELEMETRY=0 # --- PATHS export PATH="$HOME/.local/go/bin:$PATH" |