I have zsh-completions installed in arch linux. The completion of the command VBoxManageseems to work fine, but VBoxManageit doesn’t (i.e., it simply performs a simple assembly of the files inside the local directory). Both VBoxManageand VBoxManageare symbolic links to the executable VBox.
It looks like the _virtualbox definition has the first line
which looks like an alias of some kind? but it does not work.
I have a fix that should change the above line to
It seems long, it is possible to specify a template, but What is the correct way for such aliases?
sw1nn