From ac43866f1d4084ec245f3b43e4e6b3d6bcfaf526 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Mon, 2 Apr 2012 11:39:05 -0400 Subject: [PATCH] Use 'loaded', not 'enable', for loaded plugins --- init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.zsh b/init.zsh index 87e757a..83f37bd 100644 --- a/init.zsh +++ b/init.zsh @@ -70,7 +70,7 @@ for plugin in "$plugins[@]"; do fi if (( $? == 0 )); then - zstyle ":omz:plugin:$plugin" enable 'yes' + zstyle ":omz:plugin:$plugin" loaded 'yes' fi done unset plugin plugins