This commit is contained in:
Mark Small 2018-04-17 20:55:44 +00:00 committed by GitHub
commit d0c961fe1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
alias vu='vagrant up'
alias vd='vagrant destroy -f'
alias vinit='vagrant init'
alias vs='vagrant ssh'