From c4e94a413008a6cb33725ed7e27820ae6fa85046 Mon Sep 17 00:00:00 2001 From: fengkx Date: Sun, 1 Sep 2019 12:06:13 +0800 Subject: [PATCH] docs(Installation): :memo: add src in zplugin ice modifier to source the completion file --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 037bbd7..32016bd 100644 --- a/Installation.md +++ b/Installation.md @@ -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 ```