mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 21:22:25 +00:00
Add DOTNET_ROOT environment variable for dotnet core applications
This commit is contained in:
parent
6bec4f3684
commit
ccedb2f869
|
@ -8,3 +8,5 @@ export VISUAL
|
|||
# Use vim as standard editor
|
||||
EDITOR='vim'
|
||||
export EDITOR
|
||||
# Set DOTNET_ROOT enviroment variable
|
||||
DOTNET_ROOT=/opt/dotnet
|
||||
|
|
Loading…
Reference in a new issue