add homestead up alias
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user