1
0
Fork 0
mirror of https://github.com/zplug/zplug synced 2024-06-07 23:36:12 +02:00

Change `$ZPLUG_HOME/repos` to `$ZPLUG_REPOS`.

This commit is contained in:
Aoi Tachibana 2017-03-27 12:12:33 +09:00 committed by GitHub
parent 0b390bbfce
commit e62a2a10bf

View File

@ -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"