Set ZPLUG_HOME as well

This commit is contained in:
2018-02-03 14:22:07 +02:00
parent c48f5704d5
commit 0504492cce

View File

@@ -8,6 +8,7 @@ function __zspr_zplug_init {
git clone --depth=1 https://github.com/zplug/zplug "${ZSPR_ZPLUG_HOME}"
fi
ZPLUG_HOME="${ZSPR_ZPLUG_HOME}"
source "${ZSPR_ZPLUG_HOME}/init.zsh"
zplug "zplug/zplug"
}