]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add zsh-evalcache (#430)
authorJoshua Ji <joshuanianji@users.noreply.github.com>
Sun, 18 Aug 2024 17:12:48 +0000 (11:12 -0600)
committerGitHub <noreply@github.com>
Sun, 18 Aug 2024 17:12:48 +0000 (19:12 +0200)
programs/zsh-evalcache.json [new file with mode: 0644]

diff --git a/programs/zsh-evalcache.json b/programs/zsh-evalcache.json
new file mode 100644 (file)
index 0000000..08d1875
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.zsh-evalcache",
+            "movable": true,
+            "help": "Export the following environment variables:\n\n```bash\nexport ZSH_EVALCACHE_DIR=\"$XDG_CACHE_HOME\"/zsh/evalcache\"\n```\n."
+        }
+    ],
+    "name": "zsh-evalcache"
+}