From fadef50c2a66dbab57ca4e5cbeb2236bf319a375 Mon Sep 17 00:00:00 2001 From: Dylan <145150333+dmmqz@users.noreply.github.com> Date: Tue, 16 Sep 2025 03:36:30 +0000 Subject: [PATCH] omz: add enabled plugins example (#18098) --- pages/common/omz.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/omz.md b/pages/common/omz.md index 60849aa4f9..e0b34f72f9 100644 --- a/pages/common/omz.md +++ b/pages/common/omz.md @@ -19,6 +19,10 @@ `omz plugin list` +- List all enabled plugins: + +`omz plugin list --enabled` + - Enable/Disable an Oh My Zsh plugin: `omz plugin {{enable|disable}} {{plugin}}`