From bdce01fa80893197b1500ab8587bb72d7e85daa2 Mon Sep 17 00:00:00 2001 From: timglabisch Date: Mon, 28 Apr 2014 18:05:17 +0200 Subject: [PATCH] add Vagrant Rsync autocompletion --- plugins/vagrant/_vagrant | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/vagrant/_vagrant b/plugins/vagrant/_vagrant index d55ae6709..c28028764 100644 --- a/plugins/vagrant/_vagrant +++ b/plugins/vagrant/_vagrant @@ -14,6 +14,8 @@ _1st_arguments=( 'provision:Run the provisioner' 'reload:Reload the vagrant environment' 'resume:Resumes a suspend vagrant environment' + 'rsync:Watches all local directories of any rsync synced folders' + 'rsync-auto:Initiates an rsync transfer' 'ssh:SSH into the currently running environment' 'ssh-config:outputs .ssh/config valid syntax for connecting to this environment via ssh.' 'status:Shows the status of the current Vagrant environment.'