Modify how .net env vars are set

This commit is contained in:
mitchell 2021-01-17 23:47:57 -05:00
parent c7fb852a14
commit 03af2feda9
2 changed files with 1 additions and 1 deletions

View file

@ -3,7 +3,6 @@ function define_global_variables -d 'Defines all and exclusively globally export
set -gx DOTNET_ENVIRONMENT Development
set -gx DOTNET_CLI_TELEMETRY_OPTOUT true
set -gx DOTNET_ROOT $HOME/.asdf/installs/dotnet-core/(command -q dotnet; and dotnet --version)
set -gx EDITOR nvim
set -gx BROWSER qutebrowser