When using Vagrant I can specify other providers by using the --provider
argument. Alas, this is quite tedious if you have to type it again and again:
$ vagrant up --provider vmware-fusion
Is there a possibility to configure once that vagrant should always use the given provider, unless I specify something else?