Move zplug's home underneath the general zsh cache dir
This commit is contained in:
parent
38eb2c7b6f
commit
cb3e866d97
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue