]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/dotnet.json
Add crossnote.json (~/.mume) (#386)
[xdg-ninja.git] / programs / dotnet.json
index 493b6aa32a4c5a1af9a5da4f5c6a98aadc08085c..61f04c30bf68396b45043be7d8c7af1829510111 100644 (file)
@@ -2,9 +2,14 @@
     "files": [
         {
             "path": "$HOME/.dotnet",
+            "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": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/dotnet/sdk/issues/8678\n"
+            "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"
         }
     ],
     "name": "dotnet"
-}
\ No newline at end of file
+}