From 5c14da9256501b4a58d9ac75e290d31a5cb79cfb Mon Sep 17 00:00:00 2001 From: Mario A <10923513+Midblyte@users.noreply.github.com> Date: Thu, 1 Jun 2023 12:22:56 +0200 Subject: [PATCH] Update zsh.json Add support for .zcompdump--.zwc, .zcompdump-- and .zcompdump-- Signed-off-by: Mario A <10923513+Midblyte@users.noreply.github.com> --- programs/zsh.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/zsh.json b/programs/zsh.json index ca546538..b908485a 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 +}