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
3c61bac9
Unverified
Commit
3c61bac9
authored
Feb 27, 2020
by
Marc Cornellà
Committed by
GitHub
Feb 27, 2020
Browse files
vagrant: add common aliases (#3762)
parents
01bfb574
b6ed2e7a
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/vagrant/vagrant.plugin.zsh
0 → 100644
View file @
3c61bac9
alias
vgi
=
"vagrant init"
alias
vup
=
"vagrant up"
alias
vd
=
"vagrant destroy"
alias
vdf
=
"vagrant destroy -f"
alias
vssh
=
"vagrant ssh"
alias
vsshc
=
"vagrant ssh-config"
alias
vrdp
=
"vagrant rdp"
alias
vh
=
"vagrant halt"
alias
vssp
=
"vagrant suspend"
alias
vst
=
"vagrant status"
alias
vre
=
"vagrant resume"
alias
vgs
=
"vagrant global-status"
alias
vpr
=
"vagrant provision"
alias
vr
=
"vagrant reload"
alias
vrp
=
"vagrant reload --provision"
alias
vp
=
"vagrant push"
alias
vsh
=
"vagrant share"
alias
vba
=
"vagrant box add"
alias
vbr
=
"vagrant box remove"
alias
vbl
=
"vagrant box list"
alias
vbo
=
"vagrant box outdated"
alias
vbu
=
"vagrant box update"
alias
vpli
=
"vagrant plugin install"
alias
vpll
=
"vagrant plugin list"
alias
vplun
=
"vagrant plugin uninstall"
alias
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