X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/e6b831c56380c7a5bfde5afa12838d014f42b242..716a8d7c83cee969a78dfdfacdb2c77b057e340e:/programs/dotnet.json diff --git a/programs/dotnet.json b/programs/dotnet.json index 9737cb2..17fb1e4 100644 --- a/programs/dotnet.json +++ b/programs/dotnet.json @@ -2,14 +2,19 @@ "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/.templateengine", + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport DOTNET_CLI_HOME=\"$XDG_DATA_HOME\"/dotnet\n```\n" }, { "path": "$HOME/.net", "movable": false, - "help": "This directory is used by software written with .NET to store all the DLLs they need to work.\nSo it's pratically impossible to provide a general way to configure this specific behaviour.\n" + "help": "This directory is used by software written with .NET to store all the DLLs they need to work.\nSo it's practically impossible to provide a general way to configure this specific behaviour.\n" } ], "name": "dotnet" -} \ No newline at end of file +}