docs(Installation): 📝 add src in zplugin ice modifier to source the completion file

This commit is contained in:
fengkx 2019-09-01 12:06:13 +08:00
parent a56e14488e
commit c4e94a4130

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
```