Skip to content

Instantly share code, notes, and snippets.

@oliverspryn
Last active September 18, 2020 06:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oliverspryn/bdd9bd98936e87f84c95ee2d16adb338 to your computer and use it in GitHub Desktop.
Save oliverspryn/bdd9bd98936e87f84c95ee2d16adb338 to your computer and use it in GitHub Desktop.
Downloads the necessary scripts for Git completion on Zsh
# Create the folder structure
mkdir -p ~/.zsh
cd ~/.zsh
# Download the scripts
curl -o git-completion.bash https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash
curl -o _git https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment