mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
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
11 lines
253 B
Bash
11 lines
253 B
Bash
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'
|