Merge pull request #777 from fengkx/zplugin-install-completion

[Doc]Install completion with zplugin
This commit is contained in:
罗泽轩 2019-09-02 11:18:55 +08:00 committed by GitHub
commit 6a3d61ff12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,7 +139,7 @@ curl -sSL http://git.io/git-extras-setup | sudo bash /dev/stdin
[Zplugin](https://github.com/zdharma/zplugin) can install git-extras by using:
```zsh
zplugin ice as"program" pick"$ZPFX/bin/git-*" make"PREFIX=$ZPFX"
zplugin ice as"program" pick"$ZPFX/bin/git-*" src"etc/git-extras-completion.zsh" make"PREFIX=$ZPFX"
zplugin light tj/git-extras
```