Skip to content

Instantly share code, notes, and snippets.

@EliaECoyote
Created October 30, 2020 12:40
Show Gist options
  • Save EliaECoyote/34b3938a40e20765e0701d26f887130f to your computer and use it in GitHub Desktop.
Save EliaECoyote/34b3938a40e20765e0701d26f887130f to your computer and use it in GitHub Desktop.
Setup zsh git completion
curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.zsh -o ~/.config/git-completion.zsh
mkdir -p ~/.zsh/functions && cp git-completion.zsh ~/.zsh/functions/_git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment