]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Update zsh.json
authorMario A <10923513+Midblyte@users.noreply.github.com>
Thu, 1 Jun 2023 10:22:56 +0000 (12:22 +0200)
committerMario A <10923513+Midblyte@users.noreply.github.com>
Thu, 1 Jun 2023 10:22:56 +0000 (12:22 +0200)
Add support for .zcompdump-<hostname>-<version>.zwc, .zcompdump-<hostname>-<version> and .zcompdump-<user>-<version>

Signed-off-by: Mario A <10923513+Midblyte@users.noreply.github.com>
programs/zsh.json

index ca546538c9977467d67d25e3ca52f67a81a4bf6a..b908485a19739f6f3d474bacfe621c2952015b4f 100644 (file)
@@ -8,7 +8,7 @@
         {
             "help": "Set this in your zshrc:\n\n```bash\ncompinit -d \"$XDG_CACHE_HOME\"/zsh/zcompdump-\"$ZSH_VERSION\"\n```\n",
             "movable": true,
-            "path": "$HOME/.zcompdump"
+            "path": "$HOME/.zcompdump*"
         },
         {
             "help": "Set this in your zshrc:\n\n```bash\nexport HISTFILE=\"$XDG_STATE_HOME\"/zsh/history\n```\n",
@@ -47,4 +47,4 @@
         }
     ],
     "name": "zsh"
-}
\ No newline at end of file
+}