Homestead: oh-my-zsh error

Created on 14 Sep 2020  路  6Comments  路  Source: laravel/homestead

Why do I see this as soon as I ssh into a newly created vagrant box based off v11.2.2? Something seems off with the oh-my-zsh setup there.

/home/vagrant/.zprofile:source:2: no such file or directory: /home/vagrant/.bash_aliases

I'm using this vagrant box.

==> homestead: Checking for updates to 'laravel/homestead'
homestead: Latest installed version: 10.1.0
homestead: Version constraints: ~> 10.0

I have vagrant up to date, and virtualbox up to date.

Most helpful comment

Run the init.sh/ init.bat script again and it will recreate the aliases file for you.

All 6 comments

Show me the aliases file from the root of Homestead. According to your .zprofile it doesn't exist/didn't get copied to /home/vagrant/.bash_aliases as it should have.

You're correct. There is no .bash_aliases file.

Show me the aliases file from the root of Homestead

:D

Screen Shot 2020-09-15 at 3 09 18 AM

Run the init.sh/ init.bat script again and it will recreate the aliases file for you.

That worked, thanks a lot.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

teleclimber picture teleclimber  路  3Comments

it-can picture it-can  路  3Comments

pluxain picture pluxain  路  3Comments

alexdover picture alexdover  路  4Comments

svpernova09 picture svpernova09  路  5Comments