X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/df16aadf8a209abbe974dd419f7cbe5b5d7ec0f7..1d0b74e1ee4d6440b771db607f45e2996635318b:/programs/dub.json diff --git a/programs/dub.json b/programs/dub.json index baad8ef..c75ecc1 100644 --- a/programs/dub.json +++ b/programs/dub.json @@ -3,8 +3,8 @@ "files": [ { "path": "$HOME/.dub", - "movable": false, - "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/dlang/dub/issues/341\n" + "movable": true, + "help": "Export the following environment variable:\n\n```bash\nexport DUB_HOME=\"$XDG_DATA_HOME/dub\"\n```\n\nNote that this directory is used for **both** user data and configuration files.\n" } ] }