From 8950fd4143b84955875caa2158ad5652f5aa2cd1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 5 May 2026 13:46:56 +0200 Subject: [PATCH] Allow file completions when we are out of omarchy completions --- default/bash/completions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/bash/completions b/default/bash/completions index 003d4f8c..4b85d0a8 100644 --- a/default/bash/completions +++ b/default/bash/completions @@ -46,7 +46,7 @@ _omarchy_complete() { fi } -complete -F _omarchy_complete omarchy +complete -o default -F _omarchy_complete omarchy # Hide individual omarchy-* binaries from initial-word command completion; # the unified `omarchy` dispatcher is the user-facing entry point.