X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Fvagrant%2FREADME.md;fp=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Fvagrant%2FREADME.md;h=0000000000000000000000000000000000000000;hb=1a8e170bbe5c6641a26ab1ce2e6ce6c5c1faa4cd;hp=331bfa1430f3066f6ff2a7ad55ba5d0fa37ae73d;hpb=475ba35502579302593f4735c853c49ef1845dcb;p=dotfiles.git diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/vagrant/README.md b/stow/oh-my-zsh/.oh-my-zsh/plugins/vagrant/README.md deleted file mode 100644 index 331bfa1..0000000 --- a/stow/oh-my-zsh/.oh-my-zsh/plugins/vagrant/README.md +++ /dev/null @@ -1,40 +0,0 @@ -# Vagrant plugin - -This plugin adds autocompletion for [Vagrant](https://www.vagrantup.com/) commands, task names, box names and built-in handy documentation. - -To use it, add `vagrant` to the plugins array in your zshrc file: - -```zsh -plugins=(... vagrant) -``` - -## Aliases - -| Alias | Command | -|---------|------------------------------| -| `vgi` | `vagrant init` | -| `vup` | `vagrant up` | -| `vd` | `vagrant destroy` | -| `vdf` | `vagrant destroy -f` | -| `vssh` | `vagrant ssh` | -| `vsshc` | `vagrant ssh-config` | -| `vrdp` | `vagrant rdp` | -| `vh` | `vagrant halt` | -| `vssp` | `vagrant suspend` | -| `vst` | `vagrant status` | -| `vre` | `vagrant resume` | -| `vgs` | `vagrant global-status` | -| `vpr` | `vagrant provision` | -| `vr` | `vagrant reload` | -| `vrp` | `vagrant reload --provision` | -| `vp` | `vagrant push` | -| `vsh` | `vagrant share` | -| `vba` | `vagrant box add` | -| `vbr` | `vagrant box remove` | -| `vbl` | `vagrant box list` | -| `vbo` | `vagrant box outdated` | -| `vbu` | `vagrant box update` | -| `vpli` | `vagrant plugin install` | -| `vpll` | `vagrant plugin list` | -| `vplun` | `vagrant plugin uninstall` | -| `vplu` | `vagrant plugin update` |