mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
New plugin with aliases for vagrant
This commit is contained in:
parent
6c81f2cd23
commit
3c082412f8
1 changed files with 8 additions and 0 deletions
8
plugins/vagrant/vagrant.plugin.zsh
Normal file
8
plugins/vagrant/vagrant.plugin.zsh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
alias vssh='vagrant ssh'
|
||||
alias vup='vagrant up'
|
||||
alias vupp='vagrant up --provision'
|
||||
alias vprov='vagrant provision'
|
||||
alias vhalt='vagrant halt'
|
||||
alias vdestroy='vagrant destroy'
|
||||
alias vstatus='vagrant status'
|
||||
alias vst='vstatus'
|
||||
Loading…
Add table
Add a link
Reference in a new issue