Last active
July 16, 2021 13:28
-
-
Save bfodeke/e5d02e1f716063bceab46a9916013c31 to your computer and use it in GitHub Desktop.
Adding local .drush folder as a mount to vagrant drush
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Add a sync folder to sync local drush folder to the vm. | |
vagrant_synced_folders: | |
- local_path: ~/.drush | |
destination: /home/vagrant/.drush | |
type: nfs | |
create: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment