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:
@@ -87,7 +87,7 @@ set -g __fish_config_op_registry_values \
|
|||||||
"aliases/dev-tools" \
|
"aliases/dev-tools" \
|
||||||
"aliases/filesystem" \
|
"aliases/filesystem" \
|
||||||
"overrides/key-bindings" \
|
"overrides/key-bindings" \
|
||||||
"aliases/filesystem" \
|
"overrides/environment" \
|
||||||
"overrides/environment" \
|
"overrides/environment" \
|
||||||
"overrides/key-bindings" \
|
"overrides/key-bindings" \
|
||||||
"greeting/greeting-message" \
|
"greeting/greeting-message" \
|
||||||
|
|||||||
+1
-1
@@ -22,7 +22,7 @@
|
|||||||
# truthy value — set -U __fish_config_op_logging on
|
# truthy value — set -U __fish_config_op_logging on
|
||||||
|
|
||||||
# COMPONENT
|
# COMPONENT
|
||||||
# site cachyos-tricks: aliases/filesystem
|
# site cachyos-tricks: overrides/environment
|
||||||
# site cachyos-strip-aliases: aliases/filesystem
|
# site cachyos-strip-aliases: aliases/filesystem
|
||||||
# site cachyos-strip-overrides: overrides/key-bindings
|
# site cachyos-strip-overrides: overrides/key-bindings
|
||||||
# site pager-editor-gpg: overrides/environment
|
# site pager-editor-gpg: overrides/environment
|
||||||
|
|||||||
Reference in New Issue
Block a user