Skip to content

Commit

Permalink
Update zsh.json
Browse files Browse the repository at this point in the history
Add support for .zcompdump-<hostname>-<version>.zwc, .zcompdump-<hostname>-<version> and .zcompdump-<user>-<version>

Signed-off-by: Mario A <[email protected]>
  • Loading branch information
Midblyte committed Jun 1, 2023
1 parent 5e696c8 commit 5c14da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions programs/zsh.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -47,4 +47,4 @@
}
],
"name": "zsh"
}
}

0 comments on commit 5c14da9

Please sign in to comment.