"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",
}
],
"name": "dotnet"
-}
\ No newline at end of file
+}