Created
November 7, 2018 20:08
-
-
Save oliverspryn/f6e8133f1074b529278c0a44a59629f1 to your computer and use it in GitHub Desktop.
Configures the shell to utilize a preinstalled Git completion script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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