Added aliases for vagrant, bash-it, and homesick

This commit is contained in:
Rod Treweek
2017-06-07 03:22:31 -07:00
parent c1683c74d2
commit f873ecb948
3 changed files with 42 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ about-alias 'vagrant aliases'
# Aliases
alias vup="vagrant up"
alias vupo="vagrant up $1 --provider=openstack"
alias vupv="vagrant up $1 --provider=vsphere"
alias vupl="vagrant up 2>&1 | tee vagrant.log"
alias vh="vagrant halt"
alias vs="vagrant suspend"