From cb3e866d972db885d648d95dfccf2ca878615717 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 17 Oct 2016 20:49:26 +1100 Subject: [PATCH] Move zplug's home underneath the general zsh cache dir --- config/zsh/zplug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/zsh/zplug b/config/zsh/zplug index 54cabd3..379b850 100644 --- a/config/zsh/zplug +++ b/config/zsh/zplug @@ -1,5 +1,5 @@ #! zsh -export ZPLUG_HOME=$XDG_CACHE_HOME/zplug +export ZPLUG_HOME=$XDG_CACHE_HOME/zsh/zplug if [[ ! -f $ZPLUG_HOME/repos/zplug/zplug/init.zsh ]]; then git clone https://github.com/zplug/zplug $ZPLUG_HOME/repos/zplug/zplug fi