Skip to content

Instantly share code, notes, and snippets.

@oliverspryn
Created February 18, 2022 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oliverspryn/f51715b2ca3df4e38a95fbd376de217b to your computer and use it in GitHub Desktop.
Save oliverspryn/f51715b2ca3df4e38a95fbd376de217b to your computer and use it in GitHub Desktop.
Configures the shell to utilize a preinstalled Git completion script
zstyle ':completion:*:*:git:*' script ~/.zsh/git-completion.bash
fpath=(~/.zsh $fpath)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment