mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
feat(dependencies): add wd
(#12405)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
This commit is contained in:
parent
b0561d28b5
commit
5947c3c3c9
8
.github/dependencies.yml
vendored
8
.github/dependencies.yml
vendored
@ -36,3 +36,11 @@ dependencies:
|
||||
precopy: |
|
||||
set -e
|
||||
find . ! -name _gradle ! -name LICENSE -delete
|
||||
plugins/wd:
|
||||
repo: mfaerevaag/wd
|
||||
branch: master
|
||||
version: tag:v0.6.0
|
||||
precopy: |
|
||||
set -e
|
||||
rm -r test
|
||||
rm install.sh tty.gif wd.1
|
||||
|
Loading…
Reference in New Issue
Block a user