Allow file completions when we are out of omarchy completions

This commit is contained in:
David Heinemeier Hansson
2026-05-05 13:46:56 +02:00
parent 7ce23d409f
commit 8950fd4143
+1 -1
View File
@@ -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.