diff options
| author | Carlo Sala <carlosalag@protonmail.com> | 2024-01-16 10:47:06 +0100 |
|---|---|---|
| committer | Carlo Sala <carlosalag@protonmail.com> | 2024-01-16 10:47:06 +0100 |
| commit | d2ffe8306a7a901569764979be917384d7e97f0f (patch) | |
| tree | 8344a4ec3a6f33332e2485ca723b5e962e623410 /.github/dependencies.yml | |
| parent | d93401c642d1e5c87b06d7622bddb9bfd5eab383 (diff) | |
| download | zsh-d2ffe8306a7a901569764979be917384d7e97f0f.tar.gz zsh-d2ffe8306a7a901569764979be917384d7e97f0f.tar.bz2 zsh-d2ffe8306a7a901569764979be917384d7e97f0f.zip | |
feat(history-substring-search): use new dependencies updater
Diffstat (limited to '.github/dependencies.yml')
| -rw-r--r-- | .github/dependencies.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependencies.yml b/.github/dependencies.yml index 6d138736c..be46a7973 100644 --- a/.github/dependencies.yml +++ b/.github/dependencies.yml @@ -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 |
