Probably should’ve done this declarative as well, but I’ve installed
dotnet tool install -g dotnet-script
and it tells me to add .dotnet/tools to the PATH
You can add it to the current session by running the following command:
export PATH="$PATH:/home/b0ef/.dotnet/tools"
What is the preferred way to do this declarative?