chore(gitfast): remove update script (#12262)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>master
parent
fd01fd66ce
commit
2a71aa5017
4 changed files with 2 additions and 16 deletions
@ -1,8 +0,0 @@ |
|||||||
#!/bin/sh |
|
||||||
|
|
||||||
url="https://raw.githubusercontent.com/felipec/git-completion" |
|
||||||
version="1.3.7" |
|
||||||
|
|
||||||
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" |
|
||||||
Loading…
Reference in new issue