[zsh] fix dependencies of zplg

This commit is contained in:
Dmytro Meleshko 2019-07-27 23:51:34 +03:00
parent 6fd9eecf6a
commit 003dffcb3b
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@
_ZPLG_SCRIPT_PATH="${(%):-%N}"
# load dependencies {{{
autoload -Uz colors && colors
# }}}
# $ZPLG_HOME is a directory where all your plugins are downloaded, it also
# might contain in the future some kind of state/lock/database files. It is