update 283 Bytes
Newer Older
1
2
#!/bin/sh

3
4
url="https://raw.githubusercontent.com/felipec/git-completion"
version="1.0"
5

6
7
8
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"