aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index be3f5dc..8d5a510 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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"