Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
6cb8ff39
Commit
6cb8ff39
authored
Feb 27, 2020
by
Marc Cornellà
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vagrant: document aliases
parent
3c61bac9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
README.md
plugins/vagrant/README.md
+30
-0
No files found.
plugins/vagrant/README.md
View file @
6cb8ff39
...
@@ -8,3 +8,33 @@ To use it, add `vagrant` to the plugins array in your zshrc file:
...
@@ -8,3 +8,33 @@ To use it, add `vagrant` to the plugins array in your zshrc file:
plugins
=(
... vagrant
)
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