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.
This commit is contained in:
2026-08-18 02:45:32 -04:00
parent 6b2d3bf491
commit 207540c093
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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" \
+1 -1
View File
@@ -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