Saturday, November 26, 2022

dotnet core config bashrc

PATH="$PATH:/home/mintozzy/.dotnet/:/home/mintozzy/.local/bin"
export PATH
export DOTNET_ROOT=~/.dotnet

DOTNET_ROOT required for finding .NET runtime.

No comments:

playwright in junie

  { "mcpServers" : { "playwright" : { "command" : "npx" , "args" : [ ...