summaryrefslogtreecommitdiff
path: root/plugins/vagrant/vagrant.plugin.zsh
AgeCommit message (Collapse)Author
2015-07-08added aliases for ssh-config and global-statusRobert McLeod
So the following aliases call the respective commands: vgs = vagrant global-status vsshc = vagrant ssh-config
2015-04-10added aliases for vagrantRobert McLeod
2011-04-12Optimize plugin loading so that only one call to compinit is requiredPat Regan
2011-04-08Replace redundant calls to compinit with a single call.Pat Regan
2010-11-15vagrant plugin autocompletion - initial versionFedyashev Nikita