mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(history-substring-search): use new dependencies updater
This commit is contained in:
parent
d93401c642
commit
d2ffe8306a
2 changed files with 7 additions and 129 deletions
7
.github/dependencies.yml
vendored
7
.github/dependencies.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue