Skip to content

Instantly share code, notes, and snippets.

@oliverspryn
Created November 7, 2018 20:08
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/f6e8133f1074b529278c0a44a59629f1 to your computer and use it in GitHub Desktop.
Save oliverspryn/f6e8133f1074b529278c0a44a59629f1 to your computer and use it in GitHub Desktop.
Configures the shell to utilize a preinstalled Git completion script
# Load Git completion
zstyle ':completion:*:*:git:*' script ~/.zsh/git-completion.bash
fpath=(~/.zsh $fpath)
autoload -Uz compinit && compinit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment