diff --git a/Vagrantfile b/Vagrantfile index 2c0968372..d84fbd09a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -19,6 +19,9 @@ Vagrant.require_version '>= 1.8.4' Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| if File.exist? aliasesPath then config.vm.provision "file", source: aliasesPath, destination: "~/.bash_aliases" + config.vm.provision "shell" do |s| + s.inline = "awk '{ sub(\"\r$\", \"\"); print }' /home/vagrant/.bash_aliases > /home/vagrant/.bash_aliases" + end end if File.exist? homesteadYamlPath then