From 0504492cce0dcd7a0bd917639a3b1ca6012fc71e Mon Sep 17 00:00:00 2001 From: Mark Vainomaa Date: Sat, 3 Feb 2018 14:22:07 +0200 Subject: [PATCH] Set ZPLUG_HOME as well --- modules/pluginmanager/zplug.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/pluginmanager/zplug.zsh b/modules/pluginmanager/zplug.zsh index 2490b40..30189a1 100644 --- a/modules/pluginmanager/zplug.zsh +++ b/modules/pluginmanager/zplug.zsh @@ -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" }