From d2cc3d9db90fa69c24323fb652042be5e716165b Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Thu, 23 Jun 2022 22:09:44 +0300 Subject: [PATCH] add dotnet optout --- bashrc.d/dotnet_telemetry_optout | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bashrc.d/dotnet_telemetry_optout diff --git a/bashrc.d/dotnet_telemetry_optout b/bashrc.d/dotnet_telemetry_optout new file mode 100644 index 0000000..d85d2e3 --- /dev/null +++ b/bashrc.d/dotnet_telemetry_optout @@ -0,0 +1,3 @@ +#!/bin/bash +DOTNET_CLI_TELEMETRY_OPTOUT=1 +export DOTNET_CLI_TELEMETRY_OPTOUT \ No newline at end of file