mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
add aliases for vagrant commands frequently needed
the aliases follow a scheme, similar to the aliases of the git plugin see https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/git/git.plugin.zsh
This commit is contained in:
parent
96e4e5dd03
commit
e734cc8a66
1 changed files with 11 additions and 0 deletions
11
plugins/vagrant/vagrant.plugin.zsh
Normal file
11
plugins/vagrant/vagrant.plugin.zsh
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
alias vu='vagrant up'
|
||||
alias vh='vagrant halt'
|
||||
alias vst='vagrant status'
|
||||
alias vss='vagrant ssh'
|
||||
|
||||
alias vd='vagrant destroy'
|
||||
alias vdf='vagrant destroy --force'
|
||||
|
||||
alias vbl='vagrant box list'
|
||||
alias vbr='vagrant box remove'
|
||||
alias vbu='vagrant box update'
|
||||
Loading…
Add table
Add a link
Reference in a new issue