Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
6cb8ff39
Commit
6cb8ff39
authored
Feb 27, 2020
by
Marc Cornellà
Browse files
vagrant: document aliases
parent
3c61bac9
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/vagrant/README.md
View file @
6cb8ff39
...
...
@@ -8,3 +8,33 @@ To use it, add `vagrant` to the plugins array in your zshrc file:
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`
|
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment