mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
docs(Installation): 📝 add src in zplugin ice modifier to source the completion file
This commit is contained in:
parent
a56e14488e
commit
c4e94a4130
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue