diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2020-11-19 12:45:19 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-19 19:45:19 +0100 |
commit | e92a4667cbd65e9567dc962b5a482e10f319596a (patch) | |
tree | d539a4aa02939dbd36cf81615c9a3770c2139faa /plugins/gitfast/update | |
parent | ce836647e5e8b11246e2ef7069001287dc7cdd2b (diff) | |
download | zsh-e92a4667cbd65e9567dc962b5a482e10f319596a.tar.gz zsh-e92a4667cbd65e9567dc962b5a482e10f319596a.tar.bz2 zsh-e92a4667cbd65e9567dc962b5a482e10f319596a.zip |
feat(gitfast): update to git-completion 1.2 (#9458)
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'plugins/gitfast/update')
-rwxr-xr-x | plugins/gitfast/update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gitfast/update b/plugins/gitfast/update index d0947e7d8..5311065a1 100755 --- a/plugins/gitfast/update +++ b/plugins/gitfast/update @@ -1,7 +1,7 @@ #!/bin/sh url="https://raw.githubusercontent.com/felipec/git-completion" -version="1.0" +version="1.2" curl -s -o _git "${url}/v${version}/git-completion.zsh" && curl -s -o git-completion.bash "${url}/v${version}/git-completion.bash" && |