mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
chore(gitfast): update to git-completion 2.2
This commit is contained in:
parent
028d653632
commit
8047ed650b
1 changed files with 3 additions and 2 deletions
5
.github/dependencies.yml
vendored
5
.github/dependencies.yml
vendored
|
|
@ -2,11 +2,12 @@ dependencies:
|
|||
plugins/gitfast:
|
||||
repo: felipec/git-completion
|
||||
branch: master
|
||||
version: tag:v2.1
|
||||
version: tag:v2.2
|
||||
postcopy: |
|
||||
set -e
|
||||
rm -rf git-completion.plugin.zsh Makefile README.adoc t tools
|
||||
test -e git-completion.zsh && mv -f git-completion.zsh _git
|
||||
mv -f src/* .
|
||||
rm -rf src
|
||||
plugins/gradle:
|
||||
repo: gradle/gradle-completion
|
||||
branch: master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue