Add support for completing VBox
Currently VBoxManage is a symlink to VBox
This commit is contained in:
parent
45aed46671
commit
bb7d38e224
|
@ -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
|
# Redistribution and use in source and binary forms, with or without
|
||||||
# modification, are permitted provided that the following conditions are met:
|
# modification, are permitted provided that the following conditions are met:
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
#
|
#
|
||||||
# * Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
|
# * Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
|
||||||
# * Julien Nicoulaud <julien.nicoulaud@gmail.com>
|
# * Julien Nicoulaud <julien.nicoulaud@gmail.com>
|
||||||
#
|
# * Marcin Mielniczuk <marmistrz.dev@gmail.com>
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue