ohmyzsh/plugins/gitfast/update
Felipe Contreras 3d2a611569 feat(gitfast): update version
According to the `dependencies.yml` file.
2024-03-06 03:49:38 -06:00

8 lines
283 B
Bash
Executable file

#!/bin/sh
url="https://raw.githubusercontent.com/felipec/git-completion"
version="2.0"
curl -s -o _git "${url}/v${version}/git-completion.zsh" &&
curl -s -o git-completion.bash "${url}/v${version}/git-completion.bash" &&
curl -s -o git-prompt.sh "${url}/v${version}/git-prompt.sh"