zsh: disable dotnet annoyances
This commit is contained in:
parent
67d18020f6
commit
cd9f2ab8f2
1 changed files with 5 additions and 0 deletions
|
@ -121,6 +121,11 @@ have brew && {
|
||||||
export HOMEBREW_NO_AUTO_UPDATE=1
|
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
|
# Set $DISPLAY if running in WSL and an Xserver is reachable
|
||||||
#
|
#
|
||||||
# How to configure Windows Firewall for Xserver: https://skeptric.com/wsl2-xserver/
|
# How to configure Windows Firewall for Xserver: https://skeptric.com/wsl2-xserver/
|
||||||
|
|
Loading…
Add table
Reference in a new issue