diff options
| author | Felipe Contreras <felipe.contreras@gmail.com> | 2024-03-07 02:47:15 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-07 09:47:15 +0100 |
| commit | 2a71aa50170db6892abb3e173ba425c554744b37 (patch) | |
| tree | c599ac788db4ab54028e83463f1b18bc06f6b0fc /plugins/gitfast/update | |
| parent | fd01fd66ce27c669e5ffaea94460a37423d1e134 (diff) | |
| download | zsh-2a71aa50170db6892abb3e173ba425c554744b37.tar.gz zsh-2a71aa50170db6892abb3e173ba425c554744b37.tar.bz2 zsh-2a71aa50170db6892abb3e173ba425c554744b37.zip | |
chore(gitfast): remove update script (#12262)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
Diffstat (limited to 'plugins/gitfast/update')
| -rwxr-xr-x | plugins/gitfast/update | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/gitfast/update b/plugins/gitfast/update deleted file mode 100755 index feb13ff7e..000000000 --- a/plugins/gitfast/update +++ /dev/null @@ -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" |
