mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-16 09:48:06 +02:00
gitfast: downgrade to upstream v2.16 (#7918)
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
committed by
Marc Cornellà
parent
65f34ce80e
commit
d69bad8eb4
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
url="https://git.kernel.org/pub/scm/git/git.git/plain/contrib/completion"
|
||||
version="2.21.0"
|
||||
version="2.16.0"
|
||||
|
||||
curl -s -o _git "${url}/git-completion.zsh?h=v${version}" &&
|
||||
curl -s -o git-completion.bash "${url}/git-completion.bash?h=v${version}" &&
|
||||
|
Reference in New Issue
Block a user