Disable dotnet welcome message
This commit is contained in:
parent
118a7dd500
commit
581a78c236
1 changed files with 2 additions and 0 deletions
|
@ -35,7 +35,9 @@ fi
|
||||||
export ANSIBLE_NOCOWS=1
|
export ANSIBLE_NOCOWS=1
|
||||||
export BLOCKSIZE=K
|
export BLOCKSIZE=K
|
||||||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||||
|
export DOTNET_NOLOGO=1
|
||||||
export DOTNET_ROOT="$HOME/.dotnet" # https://aka.ms/dotnet/download
|
export DOTNET_ROOT="$HOME/.dotnet" # https://aka.ms/dotnet/download
|
||||||
|
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
|
||||||
export EDITOR=vi
|
export EDITOR=vi
|
||||||
export ENV="$HOME/.shrc"
|
export ENV="$HOME/.shrc"
|
||||||
export GOTELEMETRY=off
|
export GOTELEMETRY=off
|
||||||
|
|
Loading…
Reference in a new issue