From ccedb2f8693b78c29bc20bb0a674acb381e8ceb4 Mon Sep 17 00:00:00 2001 From: ShokiNN Date: Fri, 27 Dec 2019 16:51:14 +0100 Subject: [PATCH] Add DOTNET_ROOT environment variable for dotnet core applications --- dotfiles/profile_win | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/profile_win b/dotfiles/profile_win index 31543bc..6ae3a12 100644 --- a/dotfiles/profile_win +++ b/dotfiles/profile_win @@ -8,3 +8,5 @@ export VISUAL # Use vim as standard editor EDITOR='vim' export EDITOR +# Set DOTNET_ROOT enviroment variable +DOTNET_ROOT=/opt/dotnet