Open
Description
Hello, I just want to propose a new feature:
Redirect to the WordPress folder after vagrant ssh
After you run vagrant ssh
and access to the virtual machine, you need to run:
$ cd /vagrant/wordpress/
to access the WordPress folder. Yes, I know that they are synchronized and you can edit any file on your machine. But there are commands like wp-cli
that need to be run in the virtual machine.
I think its a very good idea... can someone tell me how to do it, I will open a pull request after implementing. thanks!