From cd9f2ab8f20c795ec92f0c86852a921018382e95 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 1 Aug 2023 14:06:22 +0200 Subject: [PATCH] zsh: disable dotnet annoyances --- config/zsh/.zprofile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/zsh/.zprofile b/config/zsh/.zprofile index 3b97122..611c91e 100644 --- a/config/zsh/.zprofile +++ b/config/zsh/.zprofile @@ -121,6 +121,11 @@ have brew && { export HOMEBREW_NO_AUTO_UPDATE=1 } +have dotnet && { + export DOTNET_CLI_TELEMETRY_OPTOUT=1 + export DOTNET_NOLOGO=1 +} + # Set $DISPLAY if running in WSL and an Xserver is reachable # # How to configure Windows Firewall for Xserver: https://skeptric.com/wsl2-xserver/