From 251f512806e6663ce7454181ce5023b4efbf4237 Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 10 Jun 2026 22:35:31 -0400 Subject: [PATCH] =?UTF-8?q?docs(greeting):=20fix=20remaining=20five?= =?UTF-8?q?=E2=86=92six=20count=20in=20fish-config.md=20Minimal=20Mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/fish-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fish-config.md b/docs/fish-config.md index 7326f2a..e631bf4 100644 --- a/docs/fish-config.md +++ b/docs/fish-config.md @@ -1427,7 +1427,7 @@ Examples: # Disable command shadows only (rm becomes plain rm again): set -U __fish_config_op_aliases off - # Full minimal mode — disable all five categories at once: + # Full minimal mode — disable all six categories at once: set -U __fish_config_opinionated 0 # Re-enable everything: