Fix zsh config inclusion
This commit is contained in:
		
							
								
								
									
										9
									
								
								zsh/.oh-my-zsh_old/plugins/gitfast/update
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										9
									
								
								zsh/.oh-my-zsh_old/plugins/gitfast/update
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| #!/bin/sh | ||||
|  | ||||
| url="https://git.kernel.org/pub/scm/git/git.git/plain/contrib/completion" | ||||
| version="2.16.0" | ||||
|  | ||||
| curl -s -o _git "${url}/git-completion.zsh?h=v${version}" && | ||||
| curl -s -o git-completion.bash "${url}/git-completion.bash?h=v${version}" && | ||||
| curl -s -o git-prompt.sh "${url}/git-prompt.sh?h=v${version}" && | ||||
| git apply updates.patch | ||||
		Reference in New Issue
	
	Block a user