diff --git a/dotfiles/env b/dotfiles/env index edbda70..91c35ce 100755 --- a/dotfiles/env +++ b/dotfiles/env @@ -78,5 +78,8 @@ else fi export LC_COLLATE=C +# Opt out of .net telemetry +export DOTNET_CLI_TELEMETRY_OPTOUT=1 + # shellcheck source=/dev/null test -e "$HOME/.localenv" && . "$HOME/.localenv"