mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
4 lines
102 B
Bash
4 lines
102 B
Bash
alias vu='vagrant up'
|
|
alias vd='vagrant destroy -f'
|
|
alias vinit='vagrant init'
|
|
alias vs='vagrant ssh'
|