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 18:04:42 +02:00
parent 91d43d3316
commit 199183ea8b
+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-*'