From 2a32368f951fc56d42d96fd9e208f25bd591ee4b Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Wed, 6 Mar 2024 03:54:34 -0600 Subject: [PATCH] feat(gitfast): remove update script It seems the update steps are happening automatically now. --- plugins/gitfast/update | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 plugins/gitfast/update diff --git a/plugins/gitfast/update b/plugins/gitfast/update deleted file mode 100755 index 7c37b3a11..000000000 --- a/plugins/gitfast/update +++ /dev/null @@ -1,8 +0,0 @@ -#!/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"