From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Tue, 17 May 2022 17:43:35 +0000 (+0200) Subject: Merge pull request #44 from BlueBoxWare/intellij X-Git-Tag: v0.2.0.0~50 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/b4740eba76c56cf55b311cfa9f3b07067024e6db?hp=3cb17d01c04516c3486b750da447f050e130518a Merge pull request #44 from BlueBoxWare/intellij Add configuration for IntelliJ downloaded JDKs. --- diff --git a/programs/nss.json b/programs/nss.json new file mode 100644 index 0000000..34b6c0c --- /dev/null +++ b/programs/nss.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.pki", + "movable": true, + "help": "XDG is supported out-of-the-box, so we can simply move the file to _XDG_DATA_HOME/pki_.\n" + } + ], + "name": "nss" +} \ No newline at end of file diff --git a/programs/sqlite.json b/programs/sqlite.json index 205ddfa..2538d6d 100644 --- a/programs/sqlite.json +++ b/programs/sqlite.json @@ -3,8 +3,8 @@ { "path": "$HOME/.sqlite_history", "movable": true, - "help": "Export the following environment variables:\n\n```bash\nexport SQLITE_HISTORY=$XDG_DATA_HOME/sqlite_history\n```\n" + "help": "Export the following environment variables:\n\n```bash\nexport SQLITE_HISTORY=$XDG_CACHE_HOME/sqlite_history\n```\n" } ], "name": "sqlite" -} \ No newline at end of file +}