Set ZPLUG_HOME as well

This commit is contained in:
Mark Vainomaa 2018-02-03 14:22:07 +02:00
parent c48f5704d5
commit 0504492cce
Signed by: mikroskeem
GPG Key ID: 1B3F9523B542D315
1 changed files with 1 additions and 0 deletions

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