Skip to content

Instantly share code, notes, and snippets.

@bfodeke
Last active July 16, 2021 13:28
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bfodeke/e5d02e1f716063bceab46a9916013c31 to your computer and use it in GitHub Desktop.
Save bfodeke/e5d02e1f716063bceab46a9916013c31 to your computer and use it in GitHub Desktop.
Adding local .drush folder as a mount to vagrant drush
// 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