-
Couldn't load subscription status.
- Fork 1.2k
Closed
Milestone
Description
Our current shell completion for zsh uses compctl. This makes it hard for any packages (like .deb, or .rpm) to register these completions as system-wide by default. We can't simply copy the file at /usr/share/zsh/site-functions/ and call it a day. They wont get picked up. As far as I can tell, zsh actually only supports #compdef-style completions for this: http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Autoloaded-files
We should port the completions to the new #compdef format instead of using the older compctl-format which has been obsolete since the 90s.
moonpyk and slang25
Metadata
Metadata
Assignees
Labels
No labels