Populate repo
This commit is contained in:
8
zsh/.oh-my-zsh/plugins/gitfast/update
Executable file
8
zsh/.oh-my-zsh/plugins/gitfast/update
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
url="https://raw.githubusercontent.com/felipec/git-completion"
|
||||
version="1.2"
|
||||
|
||||
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"
|
Reference in New Issue
Block a user