X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/e6b831c56380c7a5bfde5afa12838d014f42b242..6e882f45ca08cce580b06d893fcc38de46fc9b09:/programs/dotnet.json diff --git a/programs/dotnet.json b/programs/dotnet.json index 9737cb2..61f04c3 100644 --- a/programs/dotnet.json +++ b/programs/dotnet.json @@ -2,8 +2,8 @@ "files": [ { "path": "$HOME/.dotnet", - "movable": false, - "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/dotnet/sdk/issues/8678\n" + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport DOTNET_CLI_HOME=\"$XDG_DATA_HOME\"/dotnet\n```\n" }, { "path": "$HOME/.net", @@ -12,4 +12,4 @@ } ], "name": "dotnet" -} \ No newline at end of file +}