Add alias for bundle exec to dev box
This commit is contained in:
parent
46e56dbe01
commit
0dba068f83
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ sh 'vagrant up'
|
|||
|
||||
# Because I'm lazy ;)
|
||||
vagrant_ssh "echo 'cd /vagrant' >> ~/.bashrc"
|
||||
vagrant_ssh "alias be='bundle exec' >> ~/.bashrc"
|
||||
|
||||
# "be" archive is too slow for me
|
||||
vagrant_ssh "sudo sed -i -e 's/be.archive/br.archive/g' /etc/apt/sources.list"
|
||||
|
|
Loading…
Reference in a new issue