From: Mario A <10923513+Midblyte@users.noreply.github.com> Date: Thu, 1 Jun 2023 10:22:56 +0000 (+0200) Subject: Update zsh.json X-Git-Tag: v0.2.0.2~25^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/5c14da9256501b4a58d9ac75e290d31a5cb79cfb Update zsh.json Add support for .zcompdump--.zwc, .zcompdump-- and .zcompdump-- Signed-off-by: Mario A <10923513+Midblyte@users.noreply.github.com> --- diff --git a/programs/zsh.json b/programs/zsh.json index ca54653..b908485 100644 --- a/programs/zsh.json +++ b/programs/zsh.json @@ -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 +}