mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Hide individual omarchy-* binaries from initial-word command completion
The unified `omarchy` dispatcher is the user-facing entry point
This commit is contained in:
@@ -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-*'
|
||||
|
||||
Reference in New Issue
Block a user