From 003dffcb3b3345d9a0d272e9c1a6b15bd235f7e0 Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Sat, 27 Jul 2019 23:51:34 +0300 Subject: [PATCH] [zsh] fix dependencies of zplg --- zsh/zplg.zsh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/zplg.zsh b/zsh/zplg.zsh index 1a90aea..beaf854 100644 --- a/zsh/zplg.zsh +++ b/zsh/zplg.zsh @@ -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