From bb7d38e224285b9d22bd50f19897645a843a84dc Mon Sep 17 00:00:00 2001 From: Marcin Mielniczuk Date: Tue, 28 Feb 2017 09:50:58 +0100 Subject: [PATCH] Add support for completing VBox Currently VBoxManage is a symlink to VBox --- src/_virtualbox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_virtualbox b/src/_virtualbox index de0e35a..47c2898 100644 --- a/src/_virtualbox +++ b/src/_virtualbox @@ -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 # * Julien Nicoulaud -# +# * Marcin Mielniczuk # ------------------------------------------------------------------------------