From a527188d9935a2d4584a3a94dbb53a40af61485e Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Fri, 9 Sep 2022 16:47:27 -0500 Subject: [PATCH] feat(zsh): opt out of dotnet telemetry --- dots/.config/zsh/config/profile/profile/env.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/dots/.config/zsh/config/profile/profile/env.zsh b/dots/.config/zsh/config/profile/profile/env.zsh index 88f40361..73bc5573 100644 --- a/dots/.config/zsh/config/profile/profile/env.zsh +++ b/dots/.config/zsh/config/profile/profile/env.zsh @@ -84,6 +84,7 @@ export PATH="${PATH}:${CARGO_HOME}/bin" ## Dotnet ### export PATH="${PATH}:${XDG_DATA_HOME}/dotnet" export DOTNET_ROOT="${XDG_DATA_HOME}/dotnet" +export DOTNET_CLI_TELEMETRY_OPTOUT=1 export PATH="${PATH}:${HOME}/.dotnet/tools" ### Go ###