add homestead up alias

This commit is contained in:
Les Vegetables 2018-03-15 17:58:57 +00:00
parent 5bb4da1461
commit a5bc070ca3
1 changed files with 4 additions and 0 deletions

View File

@ -64,3 +64,7 @@ export EDITOR="$VISUAL"
git config --global user.name "Les Vegetables"
git config --global user.email "matt@happyhousemedia.com"
sed -i '$ a alias hup="cd ~/Homestead && vagrant up && vagrant ssh"' ~/.bashrc
source ~/.bashrc