From 207540c093291641aa00782b7b22a498f52c843a Mon Sep 17 00:00:00 2001 From: Rootiest Date: Tue, 18 Aug 2026 02:45:32 -0400 Subject: [PATCH] fix(config): restore cachyos-tricks site to its documented overrides category The site was mistagged aliases/filesystem in the prior commit. The original code's own comment above the guarded block ("Surgically overriding the distro config is opinionated (C3 overrides): skip it entirely when overrides are disabled") documents this as an overrides decision, and it gated __fish_config_op_overrides pre-migration. Retag to overrides/environment (matching tricks.fish's own sibling site for the equivalent action) so aliases=on/overrides=off keeps skipping tricks.fish/ls/lt/cleanup/copy, as originally documented -- no silent user-facing behavior change. --- conf.d/__fish_config_op_registry.fish | 2 +- config.fish | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.d/__fish_config_op_registry.fish b/conf.d/__fish_config_op_registry.fish index 3691228..70490ca 100644 --- a/conf.d/__fish_config_op_registry.fish +++ b/conf.d/__fish_config_op_registry.fish @@ -87,7 +87,7 @@ set -g __fish_config_op_registry_values \ "aliases/dev-tools" \ "aliases/filesystem" \ "overrides/key-bindings" \ - "aliases/filesystem" \ + "overrides/environment" \ "overrides/environment" \ "overrides/key-bindings" \ "greeting/greeting-message" \ diff --git a/config.fish b/config.fish index fe1a45b..82a5318 100644 --- a/config.fish +++ b/config.fish @@ -22,7 +22,7 @@ # truthy value — set -U __fish_config_op_logging on # COMPONENT -# site cachyos-tricks: aliases/filesystem +# site cachyos-tricks: overrides/environment # site cachyos-strip-aliases: aliases/filesystem # site cachyos-strip-overrides: overrides/key-bindings # site pager-editor-gpg: overrides/environment