Add support for completing VBox

Currently VBoxManage is a symlink to VBox
This commit is contained in:
Marcin Mielniczuk 2017-02-28 09:50:58 +01:00
parent 45aed46671
commit bb7d38e224
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#compdef VBoxManage=vboxmanage VBoxHeadless=vboxheadless
#compdef VBoxManage=vboxmanage VBoxHeadless=vboxheadless VBox=vboxmanage
# ------------------------------------------------------------------------------
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
@ -33,7 +33,7 @@
#
# * Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
# * Julien Nicoulaud <julien.nicoulaud@gmail.com>
#
# * Marcin Mielniczuk <marmistrz.dev@gmail.com>
# ------------------------------------------------------------------------------