]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/dotnet.json
add nyx.json (#419)
[xdg-ninja.git] / programs / dotnet.json
index 9737cb2b28db20e12e127cfd4c7e5d975a961ea6..df88430caec1ef2fe947f70492dcb5a693ee1db3 100644 (file)
@@ -2,8 +2,13 @@
     "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",
@@ -12,4 +17,4 @@
         }
     ],
     "name": "dotnet"
-}
\ No newline at end of file
+}