mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +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:
|
plugins/gitfast:
|
||||||
repo: felipec/git-completion
|
repo: felipec/git-completion
|
||||||
branch: master
|
branch: master
|
||||||
version: tag:v2.1
|
version: tag:v2.2
|
||||||
postcopy: |
|
postcopy: |
|
||||||
set -e
|
set -e
|
||||||
rm -rf git-completion.plugin.zsh Makefile README.adoc t tools
|
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:
|
plugins/gradle:
|
||||||
repo: gradle/gradle-completion
|
repo: gradle/gradle-completion
|
||||||
branch: master
|
branch: master
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue