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/