X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/abe51259db6db1defbfe72f2f501830fa1f7803f..7b9ad469a0d95ca4bd6f43d90e8d640f4839594e:/programs/zotero.json diff --git a/programs/zotero.json b/programs/zotero.json index 90424db..f5f39d9 100644 --- a/programs/zotero.json +++ b/programs/zotero.json @@ -1,10 +1,15 @@ { "files": [ { - "path": "$HOME/Zotero", + "help": "You _may_ be able to solve this by aliasing zotero to use the _data-dir_ flag.\nBut officially, this feature is currently unsupported.\n\n_Relevant issue:_ https://github.com/zotero/zotero/issues/1203\n", "movable": false, - "help": "You _may_ be able to solve this by aliasing zotero to use the _data-dir_ flag.\n" + "path": "$HOME/Zotero" + }, + { + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/zotero/zotero/issues/1203\n", + "movable": false, + "path": "$HOME/.zotero" } ], "name": "zotero" -} \ No newline at end of file +}