add homestead up alias
This commit is contained in:
parent
5bb4da1461
commit
a5bc070ca3
4
init.sh
4
init.sh
|
@ -64,3 +64,7 @@ export EDITOR="$VISUAL"
|
||||||
|
|
||||||
git config --global user.name "Les Vegetables"
|
git config --global user.name "Les Vegetables"
|
||||||
git config --global user.email "matt@happyhousemedia.com"
|
git config --global user.email "matt@happyhousemedia.com"
|
||||||
|
|
||||||
|
|
||||||
|
sed -i '$ a alias hup="cd ~/Homestead && vagrant up && vagrant ssh"' ~/.bashrc
|
||||||
|
source ~/.bashrc
|
||||||
|
|
Loading…
Reference in New Issue