From 199183ea8b2b762a17862ff35a0da0e19609e7ba Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 1 May 2026 17:59:17 +0200 Subject: [PATCH] Hide individual omarchy-* binaries from initial-word command completion The unified `omarchy` dispatcher is the user-facing entry point --- default/bash/completions | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default/bash/completions b/default/bash/completions index 6de3f458..b86d327a 100644 --- a/default/bash/completions +++ b/default/bash/completions @@ -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-*'