Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shrop/2c08bbb015bcbb199f25fded1afe1b1c to your computer and use it in GitHub Desktop.
Save shrop/2c08bbb015bcbb199f25fded1afe1b1c 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