X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Fgitfast%2Fupdate;fp=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Fgitfast%2Fupdate;h=0000000000000000000000000000000000000000;hb=1a8e170bbe5c6641a26ab1ce2e6ce6c5c1faa4cd;hp=feb13ff7ed2858ff75dbc6d50eebb38287df9a8a;hpb=475ba35502579302593f4735c853c49ef1845dcb;p=dotfiles.git diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/gitfast/update b/stow/oh-my-zsh/.oh-my-zsh/plugins/gitfast/update deleted file mode 100755 index feb13ff..0000000 --- a/stow/oh-my-zsh/.oh-my-zsh/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"