feat(history-substring-search): use new dependencies updater

This commit is contained in:
Carlo Sala 2024-01-16 10:47:06 +01:00
commit d2ffe8306a
No known key found for this signature in database
GPG key ID: DA6FB450C1A4FE9A
2 changed files with 7 additions and 129 deletions

View file

@ -18,3 +18,10 @@ dependencies:
set -e
test -e _zshz && mv -f _zshz _z
test -e zsh-z.plugin.zsh && mv -f zsh-z.plugin.zsh z.plugin.zsh
plugins/history-substring-search:
repo: zsh-users/zsh-history-substring-search
branch: master
version: 8f5d8a5aa9942da7b2a764c7fa79e0f36ba802f7
precopy: |
set -e
test -e zsh-history-substring-search.plugin.zsh && mv zsh-history-substring-search.plugin.zsh history-substring-search.plugin.zsh