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