Added alias for lowercase 'vboxmanage' support

This commit is contained in:
2017-01-31 19:15:24 +01:00
parent 88566ade92
commit 26eeb62a6d
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
# bash command-line completion for VBoxManage command
#
# Author: Roman 'gryf' Dobosz <gryf73@gmail.com>
# URL: https://bitbucket.org/gryf/vboxmanage-bash-completion
# URL: https://github.com/gryf/vboxmanage-bash-completion
# License: 3-clause BSD-style license (see LICENSE file)
_VBoxManage() {
@@ -2088,5 +2090,6 @@ _VBoxManage() {
esac
}
complete -o default -F _VBoxManage VBoxManage
complete -o default -F _VBoxManage vboxmanage
# vim: set ft=sh tw=80 sw=4 et :