Hide individual omarchy-* binaries from initial-word command completion

The unified `omarchy` dispatcher is the user-facing entry point
This commit is contained in:
David Heinemeier Hansson
2026-05-01 17:59:17 +02:00
parent c9ff10b4fd
commit 4a12b41893
+4
View File
@@ -51,3 +51,7 @@ _omarchy_complete() {
}
complete -F _omarchy_complete omarchy
# Hide individual omarchy-* binaries from initial-word command completion;
# the unified `omarchy` dispatcher is the user-facing entry point.
complete -I -A command -X 'omarchy-*'