From e30ccbc633945bb58f32d13cbb43cbd6940e016f Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 10 Jun 2026 21:43:46 -0400 Subject: [PATCH] docs(logging): document C5 logging guard in fish-config.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add __fish_config_op_logging (C5 — Logging & Capture) to the opinionated components variable table and update the master-disable example comment from "four categories" to "five categories". AGENTS.md and opinionated_catalog.md are git-ignored per project policy; those files were updated on disk but cannot be tracked in this repo. --- docs/fish-config.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/fish-config.md b/docs/fish-config.md index fa53b22..f0101ce 100644 --- a/docs/fish-config.md +++ b/docs/fish-config.md @@ -1410,13 +1410,18 @@ yes, on, y) to re-enable. Unset means enabled. WezTerm window abbreviations, done notifications, spwin/tab/split, hist, logs, upgrade, WakaTime + __fish_config_op_logging Logging & capture: scrollback + capture on exit, paru/yay AUR log + wrappers, Kitty watcher capture; + sentinel file coordinates + cross-process state Examples: # Disable command shadows only (rm becomes plain rm again): set -U __fish_config_op_aliases off - # Full minimal mode — disable all four categories at once: + # Full minimal mode — disable all five categories at once: set -U __fish_config_opinionated 0 # Re-enable everything: