]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/dotnet.json
Add new-line character (#384)
[xdg-ninja.git] / programs / dotnet.json
1 {
2 "files": [
3 {
4 "path": "$HOME/.dotnet",
5 "movable": true,
6 "help": "Export the following environment variables:\n\n```bash\nexport DOTNET_CLI_HOME=\"$XDG_DATA_HOME\"/dotnet\n```\n"
7 },
8 {
9 "path": "$HOME/.net",
10 "movable": false,
11 "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"
12 }
13 ],
14 "name": "dotnet"
15 }