mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Add vagrant aliases:
Added some common aliases for common vagrant commands.
This commit is contained in:
parent
df5b09e20b
commit
37ef4f6902
1 changed files with 4 additions and 0 deletions
4
plugins/vagrant/vagrant.plugin.zsh
Normal file
4
plugins/vagrant/vagrant.plugin.zsh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
alias vu='vagrant up'
|
||||
alias vd='vagrant destroy -f'
|
||||
alias vinit='vagrant init'
|
||||
alias vs='vagrant ssh'
|
||||
Loading…
Add table
Add a link
Reference in a new issue