1
0
mirror of https://github.com/zplug/zplug synced 2025-04-30 13:17:57 +02:00

Merge pull request #386 from 39e/patch-1

Fixed bug that `zplug --self-manage` does not work if `$ZPLUG_REPOS` is set.
This commit is contained in:
BABAROT 2017-05-29 00:05:24 +09:00 committed by GitHub
commit 901f575753

@ -11,5 +11,5 @@ if ! __zplug::base::base::zpluged "zplug/zplug"; then
fi
ln -snf \
"$ZPLUG_HOME/repos/zplug/zplug/init.zsh" \
"$ZPLUG_REPOS/zplug/zplug/init.zsh" \
"$ZPLUG_HOME/init.zsh"